pull/340/head
undefined 3 years ago
parent 43c4866eb2
commit 5c01cc44d8

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "3.11.6",
"version": "3.11.7",
"bin": "bin/hydrooj.js",
"main": "src/loader",
"module": "src/loader",

@ -25,7 +25,7 @@ export const PERM = {
// Record
PERM_READ_RECORD_CODE: 1n << 12n,
PERM_READ_RECORD_CODE_ACCEPT: 1n << 64n,
PERM_READ_RECORD_CODE_ACCEPT: 1n << 66n,
PERM_REJUDGE_PROBLEM: 1n << 13n,
PERM_REJUDGE: 1n << 14n,

Loading…
Cancel
Save