Update migration file to latest, remove git markers

This commit is contained in:
Tuan Dang
2024-03-05 08:59:58 -08:00
parent f29dd6effa
commit 327c5e2429
2 changed files with 0 additions and 4 deletions

View File

@ -238,7 +238,6 @@ export const registerRoutes = async (
smtpService
});
<<<<<<< HEAD
const ldapService = ldapConfigServiceFactory({
ldapConfigDAL,
orgDAL,
@ -248,8 +247,6 @@ export const registerRoutes = async (
licenseService
});
const telemetryService = telemetryServiceFactory();
=======
const telemetryService = telemetryServiceFactory({
keyStore,
licenseService
@ -260,7 +257,6 @@ export const registerRoutes = async (
queueService
});
>>>>>>> origin
const tokenService = tokenServiceFactory({ tokenDAL: authTokenDAL, userDAL });
const userService = userServiceFactory({ userDAL });
const loginService = authLoginServiceFactory({ userDAL, smtpService, tokenService });