mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: delete project action (#7934)
This commit is contained in:
		
							parent
							
								
									7c774b22e8
								
							
						
					
					
						commit
						02c8250905
					
				| @ -578,7 +578,7 @@ export class ProjectDeletedEvent extends BaseEvent { | |||||||
|         project: string; |         project: string; | ||||||
|         auditUser: IAuditUser; |         auditUser: IAuditUser; | ||||||
|     }) { |     }) { | ||||||
|         super(PROJECT_ARCHIVED, eventData.auditUser); |         super(PROJECT_DELETED, eventData.auditUser); | ||||||
|         this.project = eventData.project; |         this.project = eventData.project; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user