Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Sep 13, 2024
1 parent fdeef4f commit ec26345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/studio/src/utils/zod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const normaliseEmail = z
* @param jsonString the JSON string to parse
* @param parse any custom parsing function, defaults to JSON.parse
*/

export const safeSchemaJsonParse = <T extends z.ZodTypeAny>(
schema: T,
jsonString: string,
Expand Down

0 comments on commit ec26345

Please sign in to comment.