Skip to content

Commit 4250ac2

Browse files
committed
Remove permissions from cache access
1 parent 95535a7 commit 4250ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ const dashboardAnalytics =
3939
defaultColumns: ["id", "cacheTimestamp", "cacheKey"],
4040
},
4141
access: {
42-
read: () => true,
43-
update: () => true,
44-
create: () => true,
45-
delete: () => true,
42+
read: () => false,
43+
update: () => false,
44+
create: () => false,
45+
delete: () => false,
4646
},
4747
fields: [
4848
{

0 commit comments

Comments
 (0)