mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
Update migration file to latest, remove git markers
This commit is contained in:
@ -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 });
|
||||
|
Reference in New Issue
Block a user