Skip to content

Commit 8791727

Browse files
fix: showing vm admin's the vm admin view
I knew running a rename on the solution was going to break something. I couldn't believe when it didn't... Caused by: nullinside-development-group/nullinside-api@69c1ec33 closes #98
1 parent 7dbf40d commit 8791727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/src/app/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VM_ADMIN = "VmAdmin";
1+
export const VM_ADMIN = "VM_ADMIN";
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum Errors {
2-
TwitchErrorWithToken,
3-
TwitchAccountHasNoEmail,
4-
InternalError
2+
TWITCH_ERROR_WITH_TOKEN,
3+
TWITCH_ACCOUNT_HAS_NO_EMAIL,
4+
INTERNAL_ERROR
55
}

0 commit comments

Comments
 (0)