mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Run format:fix
This commit is contained in:
@@ -56,7 +56,6 @@ const listenForPing = (cb) =>
|
||||
|
||||
const PING_DELAY = 100
|
||||
;(sendPings = () => sendPing(() => setTimeout(sendPings, PING_DELAY)))()
|
||||
|
||||
;(listenInBackground = () =>
|
||||
listenForPing((error) => {
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user