Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nader-Rahhal committed Jan 28, 2025
1 parent 2d853ed commit cdb1b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/user.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface Task {
priority: TaskPriority
status: 'pending' | 'completed'
isRecurring: boolean
recurrencePattern: RecurrencePattern
recurrencePattern: RecurrencePattern | null
}

type Schedule = Task[]
Expand Down

0 comments on commit cdb1b0b

Please sign in to comment.