Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Mar 28, 2024
1 parent f8f6d71 commit 733b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ const grantAccess = krl.Action(["resourceURL"], async function(resourceUrl: stri
}
});
});
const removeAccess = krl.Action(["resourceURL"], async function removeAccess(resourceUrl: string) {
const removeAccess = krl.Action(["resourceURL"], async function(resourceUrl: string) {
universalAccess.setPublicAccess(
resourceUrl, // Resource
{ read: false, write: false }, // Access object
Expand Down

0 comments on commit 733b92f

Please sign in to comment.