mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: event-log
This commit is contained in:
parent
706e711819
commit
3b925902d7
@ -388,7 +388,7 @@ class FeatureToggleServiceV2 {
|
||||
projectId,
|
||||
);
|
||||
|
||||
const data = { ...featureData, projectId };
|
||||
const data = { ...featureData, project: projectId };
|
||||
|
||||
await this.eventStore.store({
|
||||
type: FEATURE_CREATED,
|
||||
|
Loading…
Reference in New Issue
Block a user