Skip to content

Commit

Permalink
refactor: update fields
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpitan committed Dec 26, 2024
1 parent 2046b95 commit 6a4ff46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serializers/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ export class CustomFrequencySerializer implements CustomFrequency {
@Expose()
export class TimingSerializer implements Timing {
@Type(() => Date) anchor: Date
@Type(() => Date) upcoming: Date
@Type(() => Date) due: Date | null
@Type(() => String) naive: string
@Type(() => String) tzone: string
}

// ***************************************************************
Expand Down

0 comments on commit 6a4ff46

Please sign in to comment.