mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-06 15:00:33 -05:00
feat(api): add /submit-quiz-attempt endpoint (#57201)
This commit is contained in:
@@ -12,6 +12,7 @@ export const newUser = (email: string) => ({
|
||||
acceptedPrivacyTerms: false,
|
||||
completedChallenges: [],
|
||||
completedExams: [],
|
||||
quizAttempts: [],
|
||||
currentChallengeId: '',
|
||||
donationEmails: [],
|
||||
email,
|
||||
|
||||
Reference in New Issue
Block a user