refactor(core): Remove roleId indirection (no-changelog) (#8413)
This commit is contained in:
committed by
GitHub
parent
1affebd85e
commit
d6deceacde
@@ -14,7 +14,7 @@ import { InternalHooks } from '@/InternalHooks';
|
||||
|
||||
export = {
|
||||
pull: [
|
||||
authorize(['owner', 'admin']),
|
||||
authorize(['global:owner', 'global:admin']),
|
||||
async (
|
||||
req: PublicSourceControlRequest.Pull,
|
||||
res: express.Response,
|
||||
|
||||
Reference in New Issue
Block a user