mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Add no-misused/floating-promises lint rule
This commit is contained in:
@@ -219,7 +219,7 @@ export class SocketManager extends EventListener {
|
||||
}
|
||||
}
|
||||
|
||||
reconnect();
|
||||
void reconnect();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -244,7 +244,7 @@ export class SocketManager extends EventListener {
|
||||
return;
|
||||
}
|
||||
|
||||
reconnect();
|
||||
void reconnect();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user