Skip to content

Commit

Permalink
add the enforcement on the list extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 3, 2024
1 parent a4867f7 commit 2eeda4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lists/extensions/Namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ module.exports = {
await resourcesApi.updateDisplayName(ns, query.displayName);
return true;
},
access: EnforcementPoint,
},
{
schema:
Expand Down Expand Up @@ -446,6 +447,7 @@ module.exports = {
});
}
},
access: EnforcementPoint,
},
{
schema:
Expand Down

0 comments on commit 2eeda4b

Please sign in to comment.