Skip to content

Commit

Permalink
reverty throw
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolley committed Jan 16, 2024
1 parent 91defc2 commit 1aef6fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "5.9.9",
"version": "5.9.10",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/stream",
"version": "5.9.9",
"version": "5.9.10",
"description": "JavaScript SDK to interact with Streamflow protocol.",
"main": "dist/index.js",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
Expand Down
1 change: 0 additions & 1 deletion packages/stream/solana/StreamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ export default class SolanaStreamClient extends BaseStreamClient {
);
}
}
throw new Error();
}

/**
Expand Down

0 comments on commit 1aef6fe

Please sign in to comment.