fix roles bug

This commit is contained in:
MathMan05 2024-08-25 16:17:13 -05:00
parent 8a6f437f4f
commit 5a7c5f0851
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ class PermissionToggle {
rolejson;
permissions;
owner;
value;
constructor(roleJSON, permissions, owner) {
this.rolejson = roleJSON;
this.permissions = permissions;