diff --git a/service/QuizService.tsx b/service/QuizService.tsx index 98e6bfd..9d0be90 100644 --- a/service/QuizService.tsx +++ b/service/QuizService.tsx @@ -77,8 +77,8 @@ export const QuizService = { method: 'PATCH', headers: { 'Content-Type': 'application/json', - credentials: "include", - } + }, + credentials: "include", } ); console.log(`Attempt abandoned for Quiz ID: ${quizId}`);