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 + });