fix orpc templates (#302)

This commit is contained in:
Aman Varshney
2025-06-05 21:46:13 +05:30
parent a8ef5e8928
commit 2e6454ab33
15 changed files with 124 additions and 163 deletions

View File

@@ -12,7 +12,6 @@ const requireAuth = o.middleware(async ({ context, next }) => {
}
return next({
context: {
...context,
session: context.session,
},
});