From 02944b5b70f8eb16a1ab5eaf2358a9aa6f1dc4c9 Mon Sep 17 00:00:00 2001 From: helamanl0424 Date: Wed, 3 Apr 2024 19:21:27 -0600 Subject: [PATCH] Rename getAccess to getPublicAccess --- pods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pods.ts b/pods.ts index 48c31cb..3fc2bf8 100644 --- a/pods.ts +++ b/pods.ts @@ -710,7 +710,7 @@ const pods: krl.Module = { getAllAgentAccess: getAllAgentAccess, grantAgentAccess: grantAgentAccess, removeAgentAccess: removeAgentAccess, - getAccess: getPublicAccess, + getPublicAccess: getPublicAccess, grantPublicAccess: grantPublicAccess, removePublicAccess: removePublicAccess, }