Skip to content

Commit 9a1885a

Browse files
committed
Update auth.connection.ts
1 parent 0c7b1fb commit 9a1885a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/nest/communities/auth/auth.connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class AuthConnection extends EventEmitter {
167167
this.logger.log(
168168
`Auth connection established with Peer for ${(this.userContext.team as Team).id}`,
169169
)
170+
this.logger.log('foobar')
170171
this._status = AuthStatus.JOINING
171172
this.lfaConnection.start()
172173
}

0 commit comments

Comments
 (0)