Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtan2000 committed Aug 17, 2024
1 parent 9be3a11 commit 4312f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/QuizService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 4312f7d

Please sign in to comment.