This commit is contained in:
starmorph
2025-05-21 13:21:18 -07:00
parent 1ce132a7e3
commit 022fd7cdaf
+1 -1
View File
@@ -153,4 +153,4 @@ export const auth = new Auth()
// STORE: permission-based access
.on("store", ({ user }) => {
return { owner: user.identity };
});
});