Skip to content

Commit

Permalink
fix: comment on workaround fix to rework later
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Sep 11, 2024
1 parent 32775fd commit b27a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/decoratos/role.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Role(requiredRole: CommandAccessLevel) {
};
};
}

//we have to refactor this with actual access levels
export enum CommandAccessLevel {
Developer = '1265375756637180027',
vip = '484479705148293120',
Expand Down

0 comments on commit b27a4eb

Please sign in to comment.