fix screwing up whitespace

This commit is contained in:
Bruno Windels 2022-09-26 15:41:30 +02:00
parent 05c2da95c4
commit d36b9be24f

View File

@ -212,7 +212,7 @@ export class Member {
if (hangupReason && !errorCodesWithoutRetry.includes(hangupReason)) { if (hangupReason && !errorCodesWithoutRetry.includes(hangupReason)) {
connection.retryCount += 1; connection.retryCount += 1;
const {retryCount} = connection; const {retryCount} = connection;
connection.logItem.wrap({l: "retry connection", retryCount}, async retryLog => { connection.logItem.wrap({l: "retry connection", retryCount}, async retryLog => {
log.refDetached(retryLog); log.refDetached(retryLog);
if (retryCount <= 3) { if (retryCount <= 3) {
await this.callIfNeeded(retryLog); await this.callIfNeeded(retryLog);