repo event mappers

This commit is contained in:
adlerhurst
2020-11-30 08:53:08 +01:00
parent 968f766a8f
commit d494da67be
6 changed files with 2 additions and 52 deletions

View File

@@ -107,6 +107,7 @@ func (a *Aggregate) PushIDPConfigChanged(
configType idp.ConfigType,
stylingType idp.StylingType,
) *Aggregate {
event, err := NewIDPConfigChangedEvent(ctx, current, configID, name, configType, stylingType)
if err != nil {
return a