Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Feb 3, 2025
1 parent 137527b commit aa71485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/nest/libp2p/libp2p.auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class Libp2pAuth {

// Close all auth connections
for (const peerId of this.authConnections.keys()) {
await this.closeAuthConnection(peerId)
this.closeAuthConnection(peerId)
}

this.logger.info('Libp2pAuth service stopped')
Expand Down
1 change: 0 additions & 1 deletion packages/backend/src/nest/libp2p/libp2p.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export enum Libp2pEvents {
AUTH_DISCONNECTED = 'authDisconnected',
AUTH_UPDATED = 'authUpdated',
}
export enum AuthErrors {}

export interface Libp2pNodeParams {
peerId: CreatedLibp2pPeerId
Expand Down

0 comments on commit aa71485

Please sign in to comment.