Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Apr 11, 2024
1 parent 23735d9 commit f92b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-aco/src/utils/FolderLevelPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class FolderLevelPermissions {
this.canUseFolderLevelPermissions = () => {
// At the moment, we only want FLP to be used with identities of type "admin".
// This temporarily addresses the issue of API keys not being able to access content, because
// FLPs doesn't work tih them. Once we start adding FLPs to API keys, we can remove this check.
// FLPs doesn't work with them. Once we start adding FLPs to API keys, we can remove this check.
const identity = this.getIdentity();
if (identity.type !== "admin") {
return false;
Expand Down

0 comments on commit f92b341

Please sign in to comment.