Skip to content

Commit c5bebda

Browse files
author
CORNEN Paul
committed
Style: fix indentation (use tabs instead of spaces)
Signed-off-by: CORNEN Paul <paul.cornen2@soprasteria.com>
1 parent 0ce0f53 commit c5bebda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/signaling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Signaling.Internal.prototype._startPullingMessages = function() {
543543
if (token !== this.currentRoomToken) {
544544
// User navigated away in the meantime. Ignore
545545
} else if (isCancel(error) || error.code === 'ECONNABORTED') {
546-
console.debug('Pulling messages request was cancelled or aborted')
546+
console.debug('Pulling messages request was cancelled or aborted')
547547
} else if (error?.response?.status === 409) {
548548
// Participant joined a second time and this session was killed
549549
console.error('Session was killed but the conversation still exists')

0 commit comments

Comments
 (0)