mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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, | ||||
|             ); | ||||
| 
 | ||||
|             const data = { featureData, projectId }; | ||||
|             const data = { ...featureData, projectId }; | ||||
| 
 | ||||
|             await this.eventStore.store({ | ||||
|                 type: FEATURE_CREATED, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user