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
Not that it's a problem but I don't think you need to return a promise out of an async function explicitly. Async functions always return promises.
https://github.com/awslabs/serverless-image-handler/blob/19cbc3ce759d7c8d8ddc35081972d7ac1daf0c71/source/image-handler/image-handler.js#L176
The text was updated successfully, but these errors were encountered:
@avin-kavish , you are right, and thanks for your opinion. We would consider this one in the next release.
Sorry, something went wrong.
This one is updated in the latest version.
No branches or pull requests
Not that it's a problem but I don't think you need to return a promise out of an async function explicitly. Async functions always return promises.
https://github.com/awslabs/serverless-image-handler/blob/19cbc3ce759d7c8d8ddc35081972d7ac1daf0c71/source/image-handler/image-handler.js#L176
The text was updated successfully, but these errors were encountered: