Fix another service loading order issue
This commit is contained in:
parent
f4ce3bbbe5
commit
4ab0b61daa
@ -99,13 +99,13 @@ func Initialize(ctx context.Context, log *zap.Logger, c Config) (err error) {
|
||||
CurrentSettings,
|
||||
)
|
||||
|
||||
DefaultAuthNotification = AuthNotification(ctx)
|
||||
DefaultAuth = Auth(ctx)
|
||||
DefaultUser = User(ctx)
|
||||
DefaultRole = Role(ctx)
|
||||
DefaultOrganisation = Organisation(ctx)
|
||||
DefaultApplication = Application(ctx)
|
||||
DefaultReminder = Reminder(ctx)
|
||||
DefaultAuthNotification = AuthNotification(ctx)
|
||||
DefaultSink = Sink()
|
||||
DefaultStatistics = Statistics(ctx)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user