mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
fix(eslint): rules included deprecated plugin
This commit is contained in:
@@ -203,7 +203,7 @@ export default class NotificationOptions
|
||||
* @returns Whether this object is muted
|
||||
*/
|
||||
isMuted(target?: Channel | Server) {
|
||||
var value: NotificationState | undefined;
|
||||
let value: NotificationState | undefined;
|
||||
if (target instanceof Channel) {
|
||||
value = this.computeForChannel(target);
|
||||
} else if (target instanceof Server) {
|
||||
|
||||
Reference in New Issue
Block a user