Skip to content

Commit

Permalink
Rename getAccess to getPublicAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Apr 4, 2024
1 parent 21ca3df commit 02944b5
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 @@ -710,7 +710,7 @@ const pods: krl.Module = {
getAllAgentAccess: getAllAgentAccess,
grantAgentAccess: grantAgentAccess,
removeAgentAccess: removeAgentAccess,
getAccess: getPublicAccess,
getPublicAccess: getPublicAccess,
grantPublicAccess: grantPublicAccess,
removePublicAccess: removePublicAccess,
}
Expand Down

0 comments on commit 02944b5

Please sign in to comment.