1
0
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:
Ivar Conradi Østhus 2021-10-15 20:09:30 +02:00
parent 706e711819
commit 3b925902d7
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -388,7 +388,7 @@ class FeatureToggleServiceV2 {
projectId,
);
const data = { ...featureData, projectId };
const data = { ...featureData, project: projectId };
await this.eventStore.store({
type: FEATURE_CREATED,