Skip to content

Commit

Permalink
fix: delete project action (#7934)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Aug 20, 2024
1 parent 7c774b2 commit 02c8250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export class ProjectDeletedEvent extends BaseEvent {
project: string;
auditUser: IAuditUser;
}) {
super(PROJECT_ARCHIVED, eventData.auditUser);
super(PROJECT_DELETED, eventData.auditUser);
this.project = eventData.project;
}
}
Expand Down

0 comments on commit 02c8250

Please sign in to comment.