There was an error while loading. Please reload this page.
1 parent b5ba648 commit 3cde0d4Copy full SHA for 3cde0d4
1 file changed
src/services/certificate-service.ts
@@ -60,7 +60,7 @@ export async function validateCourseCompletion(
60
progress: number;
61
completed_lessons: string[];
62
last_accessed_at: string;
63
- completed_at: string | null;
+ completed_at: string | undefined;
64
};
65
66
const progress: CourseProgress = {
0 commit comments