Commit 37c079f
committed
fix: Change completedAt from nullable to optional to fix TypeScript error
- Update CourseProgressSchema to use .optional() instead of .nullable()
- This changes the type from string | null to string | undefined
- Fixes CI type-check error on line 53 of certificate-service.ts1 parent 8fb1908 commit 37c079f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
0 commit comments