refactor: fixed linting issue

This commit is contained in:
Fahid Latheef A
2025-01-07 20:41:54 +05:30
committed by GitHub
parent 09c494f38a
commit f6577acbff
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)