1
0
forked from Yara724/api

Adding file makers and file reviewers to global roles

This commit is contained in:
2026-07-04 12:54:47 +03:30
parent 7641c56440
commit 033a853b51

View File

@@ -12,6 +12,8 @@ const GLOBAL_GUARD_ROLES = new Set<string>([
RoleEnum.USER,
RoleEnum.FIELD_EXPERT,
RoleEnum.REGISTRAR,
RoleEnum.FILE_MAKER,
RoleEnum.FILE_REVIEWER
]);
@Injectable()