diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 49c6075..a81ac1c 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -257,6 +257,6 @@ class NotificationTypeEnumV2(enum.Enum): "RaffleCreated": 243, "RaffleExpired": 244, "RaffleFinished": 245, - "StructureImpendingAbandonmentAssetsAtRisk": 249 + "StructureImpendingAbandonmentAssetsAtRisk": 249 } )