diff --git a/lib/client.js b/lib/client.js index f2848defb..aebcaa31f 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1054,7 +1054,7 @@ function doInitialSync(client, historyLen) { client.emit("syncError", err); // TODO: Retries. }); -}; +} /** * High level helper method to call initialSync, emit the resulting events,