Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bumped Typescript version #2797

Merged
merged 6 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
fix: Ignored buffer type error
Signed-off-by: ivaylogarnev-limechain <[email protected]>
ivaylogarnev-limechain committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 571ca59f37a2dc7e780b779084a8165a7c9cc062
1 change: 1 addition & 0 deletions src/channel/NativeChannel.js
Original file line number Diff line number Diff line change
@@ -120,6 +120,7 @@ export default class NativeChannel extends Channel {
}

const unaryResponse = decodeUnaryResponse(
// @ts-ignore
responseBuffer.buffer,
responseBuffer.byteOffset,
responseBuffer.byteLength,