chore: initialize dependencies and zca-js project files
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { apiFactory } from "../utils.js";
|
||||
export const getOwnIdFactory = apiFactory()((_, ctx) => {
|
||||
return () => ctx.uid;
|
||||
});
|
||||
Reference in New Issue
Block a user