]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-flag.model.ts
Update open api routes
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-flag.model.ts
index f5759f18f20d6bd6ed1bcc3a0ca736c592b6df4c..b791a1263ce2e5690614011a9534de83a2b0b99d 100644 (file)
@@ -1,4 +1,4 @@
-export enum UserAdminFlag {
+export const enum UserAdminFlag {
   NONE = 0,
-  BY_PASS_VIDEO_AUTO_BLACKLIST = 1 << 0
+  BYPASS_VIDEO_AUTO_BLACKLIST = 1 << 0
 }