mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:52:24 +00:00
idp config
This commit is contained in:
@@ -53,7 +53,7 @@ func NewConfigAddedEvent(
|
||||
}
|
||||
}
|
||||
|
||||
func ConfigAddedEventMapper(event *repository.Event) (eventstore.EventReader, error) {
|
||||
func ConfigAddedEventMapper(event *repository.Event) (*ConfigAddedEvent, error) {
|
||||
e := &ConfigAddedEvent{
|
||||
BaseEvent: *eventstore.BaseEventFromRepo(event),
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ func NewConfigChangedEvent(
|
||||
return event, nil
|
||||
}
|
||||
|
||||
func ConfigChangedEventMapper(event *repository.Event) (eventstore.EventReader, error) {
|
||||
func ConfigChangedEventMapper(event *repository.Event) (*ConfigChangedEvent, error) {
|
||||
e := &ConfigChangedEvent{
|
||||
BaseEvent: *eventstore.BaseEventFromRepo(event),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user