This commit is contained in:
Andras Schmelczer 2025-03-29 12:26:59 +00:00
parent 3d8152f6f5
commit 7413299cec
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -354,7 +354,7 @@ export class SyncService {
}
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);
}