Skip to content

Commit

Permalink
fix(mu): fix zod config for topup
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Feb 7, 2025
1 parent 7144de1 commit 4617fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/mu/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const jsonObjectSchema = z.preprocess((val) => {
}
}
return val;
}, z.record(z.object({ url: z.string().url() })))
}, z.any())


/**
Expand Down

0 comments on commit 4617fe6

Please sign in to comment.