mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
fix: payload (de)serialization of some events (#6858)
This commit is contained in:
@@ -17,7 +17,7 @@ func EventTypeFromFeature(feature domain.Feature) eventstore.EventType {
|
||||
}
|
||||
|
||||
type SetEvent[T SetEventType] struct {
|
||||
*eventstore.BaseEvent
|
||||
*eventstore.BaseEvent `json:"-"`
|
||||
|
||||
Value T
|
||||
}
|
||||
|
Reference in New Issue
Block a user