-
Notifications
You must be signed in to change notification settings - Fork 143
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
change the Reset
API to be called directly
#164
Conversation
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!
/lgtm
/approve
@sanposhiho Note: #163 was merged. |
/ok-to-test |
const reset = async () => { | ||
const Reset = async () => { |
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.
Rename it to resetFn
(instead of Reset
)
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.
@sanposhiho Thanks!
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
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 196Ikuchil, sanposhiho The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retitle change the |
Reset
API directly on the Web UIReset
API to be called directly
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The
Reset
function call doesn't store any data.So, I think that
ResetStore
is not needed.This PR removes these
store
related files and fixes to call the API directly.Which issue(s) this PR fixes:
Fixes #152
Special notes for your reviewer:
This PR is including the contents of #163.
So, we should be merged after #163.
/label tide/merge-method-squash
/hold