debugging
This commit is contained in:
parent
8fca79997a
commit
7009138be5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class Permissions {
|
|||
hasDeny;
|
||||
constructor(allow, deny = "") {
|
||||
this.hasDeny = !!deny;
|
||||
console.log(allow,deny);
|
||||
this.allow = BigInt(allow);
|
||||
this.deny = BigInt(deny);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue