Skip to content

Commit 672ada6

Browse files
authored
Update mssql.html
fix ESLint error Extra semicolon.
1 parent ee3f03d commit 672ada6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mssql.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ <h3>Shameless request for beta testers...</h3>
416416
return this.name ? 'node_label_italic' : ''
417417
},
418418
oneditprepare: function () {
419-
const node = this;
419+
const node = this
420420
if (typeof node.parseMustache === 'undefined') {
421-
node.parseMustache = true;
422-
$('#node-input-parseMustache').prop('checked', true);
421+
node.parseMustache = true
422+
$('#node-input-parseMustache').prop('checked', true)
423423
}
424424
//ensure node.query is a string otherwise editor wont initialise
425425
if (typeof node.query !== 'string') node.query = ''

0 commit comments

Comments
 (0)