Skip to content

Commit

Permalink
small change to trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Aug 19, 2024
1 parent d21b031 commit 01ca6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export default defineComponent({
async function getQuiz() {
let quizDetails : QuizAPIResponse;
if (props.review != null) {
// review quiz mode
quizDetails = await QuizAPIService.getReviewQuiz(props.quizId);
} else {
quizDetails = await QuizAPIService.getQuiz(props.quizId);
Expand Down

0 comments on commit 01ca6eb

Please sign in to comment.