We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7b1fb commit 9a1885aCopy full SHA for 9a1885a
1 file changed
app/src/nest/communities/auth/auth.connection.ts
@@ -167,6 +167,7 @@ export class AuthConnection extends EventEmitter {
167
this.logger.log(
168
`Auth connection established with Peer for ${(this.userContext.team as Team).id}`,
169
)
170
+ this.logger.log('foobar')
171
this._status = AuthStatus.JOINING
172
this.lfaConnection.start()
173
}
0 commit comments