Skip to content

Commit d6885c3

Browse files
[autofix.ci] apply automated fixes
1 parent 4da3c46 commit d6885c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/server/src/db/schema/mount.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ export const apiRemoveMount = createSchema
150150
.required();
151151

152152
export const apiFindMountByApplicationId = z.object({
153-
serviceType: z.string().min(1).transform((val) => val as ServiceType),
153+
serviceType: z
154+
.string()
155+
.min(1)
156+
.transform((val) => val as ServiceType),
154157
serviceId: z.string().min(1),
155158
});
156159

0 commit comments

Comments
 (0)