Skip to content

Commit

Permalink
fix: πŸ› completedAt is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 12, 2024
1 parent f61d8c8 commit b90e583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export interface DailyPromptRecordEntity {
promptId: string;
userId: string;
createdAt: Date;
completedAt: Date;
completedAt?: Date;
}

0 comments on commit b90e583

Please sign in to comment.