mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-04 21:45:26 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user