From 022fd7cdaf1c53adfcde5f3e16e363ffe7564271 Mon Sep 17 00:00:00 2001 From: starmorph Date: Wed, 21 May 2025 13:21:18 -0700 Subject: [PATCH] Format --- src/react_agent/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react_agent/auth.ts b/src/react_agent/auth.ts index 89a2765..d179375 100644 --- a/src/react_agent/auth.ts +++ b/src/react_agent/auth.ts @@ -153,4 +153,4 @@ export const auth = new Auth() // STORE: permission-based access .on("store", ({ user }) => { return { owner: user.identity }; - }); \ No newline at end of file + });