You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Linting
This commit is contained in:
@@ -355,8 +355,8 @@ SyncApi.prototype._sync = function(syncOptions, attempt) {
|
||||
}
|
||||
|
||||
var dateStamp = new Date();
|
||||
dateStamp = dateStamp.getHours() + ":" + dateStamp.getMinutes() + ":" + dateStamp.getSeconds() +
|
||||
"." + dateStamp.getMilliseconds();
|
||||
dateStamp = dateStamp.getHours() + ":" + dateStamp.getMinutes() + ":" +
|
||||
dateStamp.getSeconds() + "." + dateStamp.getMilliseconds();
|
||||
debuglog("DEBUG[%s]: NEW _sync attempt=%s qp_timeout=%s cli_timeout=%s",
|
||||
dateStamp, attempt, qps.timeout, clientSideTimeoutMs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user