Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
4a6a76ddd9
commit
19dec9c90e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ const instanceV1Schema = coerceObject({
|
|||
version: z.string().catch('0.0.0'),
|
||||
});
|
||||
|
||||
const instanceSchema = z.preprocess((data: any) => {
|
||||
const instanceSchema = z.preprocess((data: unknown) => {
|
||||
if (data.domain) return data;
|
||||
|
||||
const {
|
||||
|
|
Loading…
Reference in a new issue