[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-18 04:18:44 +00:00
committed by GitHub
parent 5c787adae1
commit f6e2c033ba
+1 -2
View File
@@ -488,8 +488,7 @@ export const projectRouter = createTRPCRouter({
),
homeStats: protectedProcedure.query(async ({ ctx }) => {
const isPrivileged =
ctx.user.role === "owner" || ctx.user.role === "admin";
const isPrivileged = ctx.user.role === "owner" || ctx.user.role === "admin";
let accessedProjects: string[] = [];
let accessedEnvironments: string[] = [];