Skip to content
Snippets Groups Projects
Unverified Commit 49ef1f10 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

mute ts warning in settings.ts (#18812)

parent cb02d421
Branches
Tags
No related merge requests found
......@@ -126,6 +126,7 @@ class Settings {
on(key: SettingName, callback: SettingListener) {
this._listeners[key] = this._listeners[key] || [];
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this._listeners[key]!.push(callback);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment