mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Remove unused parameter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user