Skip to content

Commit

Permalink
Fixed build error Routine Type ->+ notification
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Jun 19, 2023
1 parent c4cae74 commit df16378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dateMethods.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Filter by date
export type Routine = {
name: string,
type: 'calendar' | 'holiday' | 'once' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'routines',
type: 'calendar' | 'holiday' | 'once' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'routines' | 'notification',
time: [string, string] | {
date: number,
month: number,
Expand Down

0 comments on commit df16378

Please sign in to comment.