From 4312f7d21d8f9d32b1815260db628804ce1ebd69 Mon Sep 17 00:00:00 2001 From: Andrew Tan Date: Sun, 18 Aug 2024 00:18:57 +0800 Subject: [PATCH] fix previous commit --- service/QuizService.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}`);