refactor: fixed linting issue
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user