1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: disable one line of no unused vars & leave TODO comment

This commit is contained in:
lemonslut 2025-06-08 14:12:25 -06:00
parent d7726f4072
commit 52ca7ecf42
No known key found for this signature in database

View file

@ -1186,7 +1186,9 @@ export default class MainMenu extends Module {
key = params?.get('ffz-settings');
current = key && settings.keys[key];
if ( ! current )
restored = false;
restored = false; // eslint-disable-line no-unused-vars
// TODO: `restored` isn't used after this, but we go through
// a lot of effort to set it; do we need to?
}
if ( ! current )
current = this.has_update ?