Skip to content

Commit a7f9de6

Browse files
fix: flow
1 parent d5977aa commit a7f9de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types/reducers.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export type EditorTables = {
129129
pickup_message: string,
130130
prior_notice_duration_max: number,
131131
prior_notice_duration_min: number,
132-
prior_notice_last_time: time,
132+
prior_notice_last_time: Date,
133133
prior_notice_start_day: number,
134-
prior_notice_start_time: number
134+
prior_notice_start_time: Date
135135
}>,
136136
calendar: Array<{
137137
description: string,

0 commit comments

Comments
 (0)