Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jan 13, 2025
1 parent eb6df1a commit 3ab0f4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/portalnetwork/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
SyncStrategy,
} from '../networks/index.js'
import { CapacitorUDPTransportService, WebSocketTransportService } from '../transports/index.js'
import { MEGABYTE, dirSize, shortId } from '../util/index.js'
import { MEGABYTE, dirSize } from '../util/index.js'
import { PortalNetworkUTP } from '../wire/utp/PortalNetworkUtp/index.js'

import { DBManager } from './dbManager.js'
Expand Down Expand Up @@ -414,9 +414,8 @@ export class PortalNetwork extends EventEmitter<PortalNetworkEvents> {
await this.uTP.handleUtpPacket(packetBuffer, src.nodeId)
} catch (err: any) {
this.logger.extend('error')(

`handleUTP error: ${err.message}. SrcId: ${
src.nodeId

`handleUTP error: ${err.message}. SrcId: ${src.nodeId
} MultiAddr: ${src.socketAddr.toString()}`,
)
}
Expand Down

0 comments on commit 3ab0f4f

Please sign in to comment.