Skip to content

Commit 79473c9

Browse files
committed
chore: pass correct log
1 parent ce6b542 commit 79473c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/protocol-identify/src/identify-push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class IdentifyPush extends AbstractIdentify implements Startable, Identif
154154
const message = await pb.read(options)
155155
await stream.close(options)
156156

157-
await consumeIdentifyMessage(this.peerStore, this.events, this.log, connection, message)
157+
await consumeIdentifyMessage(this.peerStore, this.events, log, connection, message)
158158
} catch (err: any) {
159159
log.error('received invalid message', err)
160160
stream.abort(err)

0 commit comments

Comments
 (0)