We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In line 35 you are passing an error as a first argument by a callback
GSG_Orders_Manager/src/functions.js
Line 35 in 6366cb5
and in 38 you are passing the response also as a first response
Line 38 in 6366cb5
you could handle the error in your handlers but it would be better to do it once
cb(null, orderlistObj);
The text was updated successfully, but these errors were encountered:
This is the first version and we already solved it but not merged
Sorry, something went wrong.
No branches or pull requests
In line 35 you are passing an error as a first argument by a callback
GSG_Orders_Manager/src/functions.js
Line 35 in 6366cb5
and in 38 you are passing the response also as a first response
GSG_Orders_Manager/src/functions.js
Line 38 in 6366cb5
you could handle the error in your handlers but it would be better to do it once
The text was updated successfully, but these errors were encountered: