mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 06:05:25 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -150,7 +150,10 @@ export const apiRemoveMount = createSchema
|
||||
.required();
|
||||
|
||||
export const apiFindMountByApplicationId = z.object({
|
||||
serviceType: z.string().min(1).transform((val) => val as ServiceType),
|
||||
serviceType: z
|
||||
.string()
|
||||
.min(1)
|
||||
.transform((val) => val as ServiceType),
|
||||
serviceId: z.string().min(1),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user