mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: correct data format for FEATURE_CREATED event
This commit is contained in:
parent
18acd4b1cc
commit
9b521de34e
@ -244,7 +244,7 @@ class FeatureToggleServiceV2 {
|
|||||||
projectId,
|
projectId,
|
||||||
);
|
);
|
||||||
|
|
||||||
const data = { featureData, projectId };
|
const data = { ...featureData, projectId };
|
||||||
|
|
||||||
await this.eventStore.store({
|
await this.eventStore.store({
|
||||||
type: FEATURE_CREATED,
|
type: FEATURE_CREATED,
|
||||||
|
Loading…
Reference in New Issue
Block a user