-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: remove axios as runtime dependency #719
Conversation
1825fa4
to
876203a
Compare
README.md
Outdated
@@ -241,3 +241,5 @@ yarn format | |||
- Learn about preparing your own Docker-like images for | |||
the [VM runtime](https://docs.golem.network/docs/creators/javascript/examples/tools/converting-docker-image-to-golem-format) | |||
- Write your own app with [JavaScript API](https://docs.golem.network/docs/creators/javascript/quickstarts/quickstart) | |||
|
|||
## How to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like added by mistake. I'm going to remove this.
@@ -178,7 +178,7 @@ export class PaymentService { | |||
} | |||
|
|||
private async getPaymentAddress(): Promise<string> { | |||
const { data } = await this.yagnaApi.identity.getIdentity(); | |||
const data = await this.yagnaApi.identity.getIdentity(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with regression tests
🎉 This PR is included in version 2.0.0-beta.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
JST-613