You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Observed that we are exporting axios at multiple places for network requests. What we can do is, create a common utility function which can be reused.
example:
getFetch(data); // data is optional
The text was updated successfully, but these errors were encountered:
@samyakshah3008 , I believe you have taken this issue,
Ensure all the request calls are modified, tested and confirmed locally via video.
Add the relevant test cases to address the new code changes as well
Description:
Observed that we are exporting axios at multiple places for network requests. What we can do is, create a common utility function which can be reused.
example:
getFetch(data); // data is optional
The text was updated successfully, but these errors were encountered: