Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Feb 14, 2024
2 parents 69f0954 + a3d1495 commit dc33173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export type IMapRoute = z.infer<typeof MapRouteSchema>
export const MapServiceInterruptionSchema = z.object({
key: z.string(),
name: z.string(),
description: z.string(),
description: z.string().nullable(),
timeRangeString: z.string(),
startDateUtc: z.string(),
endDateUtc: z.string().nullable(),
Expand Down

0 comments on commit dc33173

Please sign in to comment.