Fixed authProcedure error

This commit is contained in:
Keith Williams 2023-11-21 15:07:28 -03:00
parent 928151efa5
commit 8514d1415b

View File

@ -1136,7 +1136,7 @@ export const insightsRouter = router({
return result;
}),
teamListForUser: authedProcedure.query(async ({ ctx }) => {
teamListForUser: publicProcedure.query(async ({ ctx }) => {
const user = ctx.user;
// Fetch user data