mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-15 11:21:51 +00:00
xo: Reenable several easy rules.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -107,7 +107,7 @@ export default class Logger {
|
||||
}
|
||||
|
||||
setUpConsole(): void {
|
||||
for (const type in browserConsole) {
|
||||
for (const type of Object.keys(browserConsole)) {
|
||||
this.setupConsoleMethod(type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user