From 6051e1192190dc4ab675ca5de6d84ddb2fa57f1c Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Sun, 11 May 2025 01:04:45 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(zero):=20Tidy=20up=20the=20s?= =?UTF-8?q?chema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/zero/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zero/schema.ts b/packages/zero/schema.ts index 7b7545bf..b340d4dd 100644 --- a/packages/zero/schema.ts +++ b/packages/zero/schema.ts @@ -353,7 +353,7 @@ export const permissions = definePermissions(schema, () => { ] } }, - //Games are publicly viewable for logged in users + // Games are publicly viewable - but only to logged in users games: { row: { select: [(auth: Auth, q: ExpressionBuilder) => q.cmpLit(auth.sub, "IS NOT", null),]