-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): create "RedemptionType" enum and load actions from json file
use the created enum instead of the id on the frontend and store the mapping on a json file
- Loading branch information
1 parent
42dd5e4
commit 0379f04
Showing
6 changed files
with
76 additions
and
44 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export enum RedemptionType { | ||
GetVip = "getVip", | ||
Hidrate = "hidrate", | ||
HighlightMessage = "highlightMessage", | ||
KaraokeTime = "karaokeTime", | ||
LightTheme = "lightTheme", | ||
RussianRoulette = "russianRoulette", | ||
StealVip = "stealVip", | ||
TimeoutFriend = "timeoutFriend", | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters