Skip to content

Commit

Permalink
fix(repeater): remove unwanted name-prefix modification (#204)
Browse files Browse the repository at this point in the history
relates-to: #196
  • Loading branch information
ostridm authored Jun 22, 2024
1 parent 358fa9b commit 9c1a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repeater/src/lib/DefaultRepeaterServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class DefaultRepeaterServer implements RepeaterServer {
transports: ['websocket'],
reconnectionAttempts: this.MAX_RECONNECTION_ATTEMPTS,
auth: {
domain: namePrefix + '123',
domain: namePrefix,
token: this.options.token
}
});
Expand Down

0 comments on commit 9c1a1bc

Please sign in to comment.