Closed RickDeb2004 closed 9 months ago
@mohamedawnallah what's your suggestion for this issue ?..should I work on this
could you give an example where you want to update the code?
has this issue been fixed ??? if not then , i would like to work on this....
I'm not sure if we need to refactor the Promise-based approach to async await syntactic sugar approach for handling the asynchronous operations since the codebase is a mix of both for achieving the same purpose.
Following issues I have noticed: Callback:
Repeated Axios Configuration:
less use of async/await for asynchronous operations to improve code readability. Inconsistent error handling