-
Notifications
You must be signed in to change notification settings - Fork 72
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
harvesting page improvements, nodePublicKey and multi-device support #1781
harvesting page improvements, nodePublicKey and multi-device support #1781
Conversation
find node by nodePublicKey from stats service multi-device operation support
} catch (error) { | ||
console.log(error); |
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.
no need to send to the form?
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.
Thanks for the comment mate, what do you mean by form?
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.
I mean if it errors out, should the frontend show sth in the notification popup?
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.
No, undefined
is returned in such cases, and the frontend handles that.
This pull request introduces 1 alert when merging cffdf37 into e1103f8 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging eb953a9 into e1103f8 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 866aa32 into e1103f8 - view on LGTM.com new alerts:
|
866aa32
to
613336e
Compare
0201308
to
a120374
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
fixes #1762