mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Run format:fix
This commit is contained in:
parent
358786fccd
commit
24fd9449f2
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ const listenForPing = (cb) =>
|
|||
|
||||
const PING_DELAY = 100
|
||||
;(sendPings = () => sendPing(() => setTimeout(sendPings, PING_DELAY)))()
|
||||
|
||||
;(listenInBackground = () =>
|
||||
listenForPing((error) => {
|
||||
if (error) {
|
||||
|
|
Loading…
Reference in a new issue