Fix typo
This commit is contained in:
parent
3d8152f6f5
commit
7413299cec
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ export class SyncService {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.error(
|
this.logger.error(
|
||||||
`Failed network call (${e}), retryingin ${SyncService.NETWORK_RETRY_INTERVAL_MS}ms`
|
`Failed network call (${e}), retrying in ${SyncService.NETWORK_RETRY_INTERVAL_MS}ms`
|
||||||
);
|
);
|
||||||
await sleep(SyncService.NETWORK_RETRY_INTERVAL_MS);
|
await sleep(SyncService.NETWORK_RETRY_INTERVAL_MS);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue