mirror of
https://github.com/langchain-ai/fullstack-chat-server.git
synced 2026-07-18 16:24:27 -04:00
Format
This commit is contained in:
@@ -153,4 +153,4 @@ export const auth = new Auth()
|
||||
// STORE: permission-based access
|
||||
.on("store", ({ user }) => {
|
||||
return { owner: user.identity };
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user