[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-01 07:15:20 +00:00
committed by GitHub
parent 705c5bc1c9
commit 60a6dc5fab
8 changed files with 34 additions and 35 deletions

View File

@@ -532,7 +532,10 @@ export const postgresRouter = createTRPCRouter({
}
if (input.description?.trim()) {
baseConditions.push(
ilike(postgresTable.description ?? "", `%${input.description.trim()}%`),
ilike(
postgresTable.description ?? "",
`%${input.description.trim()}%`,
),
);
}
if (ctx.user.role === "member") {