Run format:fix

This commit is contained in:
Alf Eaton 2021-05-25 15:52:19 +01:00
parent 358786fccd
commit 24fd9449f2

View file

@ -56,7 +56,6 @@ const listenForPing = (cb) =>
const PING_DELAY = 100
;(sendPings = () => sendPing(() => setTimeout(sendPings, PING_DELAY)))()
;(listenInBackground = () =>
listenForPing((error) => {
if (error) {