Skip to content

Commit

Permalink
numbers at NotificationType
Browse files Browse the repository at this point in the history
  • Loading branch information
granstel committed Dec 20, 2023
1 parent 458c3e2 commit eacf283
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dodo1000Bot.Models/NotificationType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

public enum NotificationType
{
Custom,
TotalOverall,
TotalAtBrands,
TotalAtCountries,
TotalCountriesAtBrands,
NewCountry,
NewUnit,
OrdersPerMinute,
YearRevenue,
SubscribersCount,
Admin,
Emoji,
Custom = 0,
TotalOverall = 1,
TotalAtBrands = 2,
TotalAtCountries = 3,
TotalCountriesAtBrands = 4,
NewCountry = 5,
NewUnit = 6,
OrdersPerMinute = 7,
YearRevenue = 8,
SubscribersCount = 9,
Admin = 10,
Emoji = 11,
}

0 comments on commit eacf283

Please sign in to comment.