Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
fix argument to callback
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 31, 2024
1 parent 8c44546 commit 6c91386
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@xmtp/proto": "^3.61.1",
"@xmtp/xmtp-js": "^13.0.2",
"@xmtp/xmtp-js": "^13.0.3",
"pino": "^8.18.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-api-client/src/GrpcApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default class GrpcApiClient implements ApiClient {
if (new Date().getTime() - startTime.getTime() < 1000) {
await sleep(1000)
}
onConnectionLost?.(e)
onConnectionLost?.()
this.logger.error({ error: e }, "stream error")
}
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ __metadata:
"@protobuf-ts/runtime": "npm:^2.9.1"
"@protobuf-ts/runtime-rpc": "npm:^2.9.1"
"@xmtp/proto": "npm:^3.61.1"
"@xmtp/xmtp-js": "npm:^13.0.2"
"@xmtp/xmtp-js": "npm:^13.0.3"
pino: "npm:^8.18.0"
vitest: "npm:^1.0.1"
languageName: unknown
Expand Down Expand Up @@ -3395,9 +3395,9 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/xmtp-js@npm:^13.0.2":
version: 13.0.2
resolution: "@xmtp/xmtp-js@npm:13.0.2"
"@xmtp/xmtp-js@npm:^13.0.3":
version: 13.0.3
resolution: "@xmtp/xmtp-js@npm:13.0.3"
dependencies:
"@noble/secp256k1": "npm:1.7.1"
"@xmtp/consent-proof-signature": "npm:^0.1.3"
Expand All @@ -3409,7 +3409,7 @@ __metadata:
elliptic: "npm:^6.5.7"
long: "npm:^5.2.3"
viem: "npm:2.7.15"
checksum: 3ef560d55eafcbdff750fb4351593e581f33235eb14bc2aa310deca0d7237169814a0d89b2cd726b4257be813ad6fb95aa1206c786f3e7d5eb030d090a933c07
checksum: 77f8e5d8de5a9b75b7dabe5e8ff12fb71423857e33d1bf3b6c82e1ad47d5f71b5b7bb8a7f75bde339157b290a7d61225504729a1164a902f6423cc477fa03c76
languageName: node
linkType: hard

Expand Down

0 comments on commit 6c91386

Please sign in to comment.