Skip to content

Commit b80273c

Browse files
committed
Remove unneeded commas
1 parent 116e378 commit b80273c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/QuestionModel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ export default class QuestionModel {
128128
this.maxLength = null
129129
this.nextStepOnAnswer = false
130130
this.accept = null
131-
this.maxSize = null,
132-
this.rows = [],
131+
this.maxSize = null
132+
this.rows = []
133133
this.columns = []
134134

135135
Object.assign(this, options)

0 commit comments

Comments
 (0)