mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Migrate to eslint
This commit is contained in:
committed by
Josh Perez
parent
0fe7e30398
commit
b4e9c278d3
@@ -1,4 +1,4 @@
|
||||
export function getSocketStatus() {
|
||||
export function getSocketStatus(): number {
|
||||
const { getSocketStatus: getMessageReceiverStatus } = window;
|
||||
|
||||
return getMessageReceiverStatus();
|
||||
|
||||
Reference in New Issue
Block a user