Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanAhlen authored Mar 13, 2024
1 parent 1970d9f commit a7344ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class SqlSyntaxDropdownViewModel extends DisposableComponent {
}
this.expected = ko.observableArray(expected);


const selectedSub = this.selected.subscribe(newValue => {
if (typeof newValue.suppressRule !== 'undefined') {
const suppressedRules = hueLocalStorage('hue.syntax.checker.suppressedRules') || {};
Expand Down

0 comments on commit a7344ea

Please sign in to comment.