mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
fix: nil pointer in my user changes (#3086)
This commit is contained in:
parent
5af7d8315d
commit
37d8e23186
@ -85,6 +85,7 @@ func Start(conf Config, authZ authz.Config, systemDefaults sd.SystemDefaults, co
|
|||||||
SearchLimit: conf.SearchLimit,
|
SearchLimit: conf.SearchLimit,
|
||||||
Eventstore: es,
|
Eventstore: es,
|
||||||
View: view,
|
View: view,
|
||||||
|
Query: queries,
|
||||||
SystemDefaults: systemDefaults,
|
SystemDefaults: systemDefaults,
|
||||||
PrefixAvatarURL: assetsAPI,
|
PrefixAvatarURL: assetsAPI,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user