profile service

This commit is contained in:
counterweight 2025-03-07 16:03:10 +01:00
parent 42fea55233
commit ec725f8e4e
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 16 additions and 18 deletions

View file

@ -43,7 +43,7 @@ class ServicesProvider {
}).provide();
const ProfileServiceProvider = require('../services/profileService');
const profileService = new ProfileServiceProvider().provide();
const profileService = new ProfileServiceProvider({ models }).provide();
const OfferServiceProvider = require('../services/offerService');
const offerService = new OfferServiceProvider().provide();