Remove unused parameter

This commit is contained in:
Alf Eaton 2021-05-19 20:25:04 +01:00
parent dde645e770
commit edacebb53c

View file

@ -35,7 +35,7 @@ do sendPings = () ->
sendPing () ->
setTimeout sendPings, PING_DELAY
do listenInBackground = (cb = () ->) ->
do listenInBackground = () ->
listenForPing (error, value) ->
console.error "[RECEIVING ERROR]", error.message if error
setTimeout listenInBackground