fix: nil pointer in my user changes (#3086)

This commit is contained in:
Livio Amstutz 2022-01-21 13:29:40 +01:00 committed by GitHub
parent 5af7d8315d
commit 37d8e23186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ func Start(conf Config, authZ authz.Config, systemDefaults sd.SystemDefaults, co
SearchLimit: conf.SearchLimit,
Eventstore: es,
View: view,
Query: queries,
SystemDefaults: systemDefaults,
PrefixAvatarURL: assetsAPI,
}