-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor: 🐛 run wr fetch command in the module #29
Conversation
f723042
to
63e5875
Compare
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.
this changes needs to be fixed
dispatch({ type: GET_PROFILE_BASIC_LOADING }); | ||
let newUrl = ApiRegistry.GET_PROFILE_BASIC_API; | ||
|
||
fetch(backendUrl + newUrl, { |
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.
fetch shouldn't be used directly we have apiRequestAction for that from @wrappid/core - https://github.com/wrappid/core/blob/ccb6b40252dfaa7daa7438b3ff3c920eccade49a/package/store/action/appActions.js#L41
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.
unnecessary file
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.
unnecessary file
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.
unnecessary file
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.
unnecessary file
refactor: service folder move to typescript
Description
Run
wr fetch
command in the moduleRef: rxefy/profile-module #25
Refer Original PR #27