feat(api): add /submit-quiz-attempt endpoint (#57201)

This commit is contained in:
Huyen Nguyen
2024-12-07 01:45:12 +07:00
committed by GitHub
parent ce8b971073
commit ba70f5d253
9 changed files with 245 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export const newUser = (email: string) => ({
acceptedPrivacyTerms: false,
completedChallenges: [],
completedExams: [],
quizAttempts: [],
currentChallengeId: '',
donationEmails: [],
email,