Skip to content

Commit

Permalink
revert space
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Dec 29, 2023
1 parent 6173bdb commit c6c407e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rpc/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ export const callViewMethod = async <T>({
}

const parsed = JSON.parse(Buffer.from(res?.result?.result).toString());

return parsed as T;
};

0 comments on commit c6c407e

Please sign in to comment.