Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Sep 9, 2024
1 parent 95dd61a commit d9bf329
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ const rollingTimeWindowSchema = z.object({
endDate: z.number().int().optional()
})


export const timeWindowSchema = z.discriminatedUnion('type', [rollingTimeWindowSchema, fixedTimeWindowSchema])

export const transferFiltersSchema = z.object({
Expand Down

0 comments on commit d9bf329

Please sign in to comment.