Skip to content

Commit

Permalink
Merge pull request #136 from 00sOrg/Fix/135
Browse files Browse the repository at this point in the history
🔨 [Fix] Added new Event type
  • Loading branch information
gitwub5 authored Sep 28, 2024
2 parents 4d5156e + 100313d commit a2dc762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/events/entities/enum/event-type.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export enum EventType {
WAR = 'WAR',
FLOOD = 'FLOOD',
ACCIDENT = 'ACCIDENT',
CAR_ACCIDENT = 'CAR_ACCIDENT',
OTHER = 'OTHER',
NONE = 'NONE',
}

0 comments on commit a2dc762

Please sign in to comment.