diff --git a/web3.js/examples/bpf-rust-noop/do.sh b/web3.js/examples/bpf-rust-noop/do.sh index d9eeb21e9a..648c9bf2e5 100755 --- a/web3.js/examples/bpf-rust-noop/do.sh +++ b/web3.js/examples/bpf-rust-noop/do.sh @@ -29,7 +29,7 @@ perform_action() { case "$1" in build) "$sdkDir"/rust/build.sh "$PWD" - + so_path="$targetDir/$profile" so_name="solana_bpf_rust_noop" if [ -f "$so_path/${so_name}.so" ]; then @@ -66,4 +66,4 @@ perform_action() { set -e -perform_action "$1" \ No newline at end of file +perform_action "$1" diff --git a/web3.js/flow-typed/jayson.js b/web3.js/flow-typed/jayson.js index 1fdd3da8b9..09e1bd5b46 100644 --- a/web3.js/flow-typed/jayson.js +++ b/web3.js/flow-typed/jayson.js @@ -1,4 +1,3 @@ declare module 'jayson/lib/client/browser' { declare module.exports: any; } -