Skip to content

Commit

Permalink
refactor: fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FahidLatheef authored Jan 7, 2025
1 parent 09c494f commit f6577ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/utils/assignment.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Assignment {
return
}
const app = createApp(AssessmentPlugin, {
type: "assignment",
type: 'assignment',
onAddition: (assignment) => {
this.data.assignment = assignment
this.renderAssignment(assignment)
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class Quiz {
return
}
const app = createApp(AssessmentPlugin, {
type: "quiz",
type: 'quiz',
onAddition: (quiz) => {
this.data.quiz = quiz
this.renderQuiz(quiz)
Expand Down

0 comments on commit f6577ac

Please sign in to comment.