fix: bug fixes (#2595)

This commit is contained in:
Silvan
2021-10-29 11:00:42 +02:00
committed by GitHub
parent d689b2192a
commit 60aa4874ed
3 changed files with 8 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ func Start(conf Config, systemDefaults sd.SystemDefaults, roles []string, querie
NotificationDir: statikNotificationFS,
LoginTranslationFileContents: make(map[string][]byte),
NotificationTranslationFileContents: make(map[string][]byte),
Query: queries,
},
ProjectRepo: eventstore.ProjectRepo{es, conf.SearchLimit, view, roles, systemDefaults.IamID, assetsAPI},
UserRepo: eventstore.UserRepo{es, conf.SearchLimit, view, systemDefaults, assetsAPI},