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
listmonk/cmd/media.go
Lines 62 to 85 in a440b79
when err != nil in this code there should be cleanup done, but the cleanup function has not been yet deferred.
err != nil
The text was updated successfully, but these errors were encountered:
e89b9ff
Ah, removed that redundant flag. That error happens when the file upload itself has failed, in which case, there's no file to cleanup.
Sorry, something went wrong.
No branches or pull requests
listmonk/cmd/media.go
Lines 62 to 85 in a440b79
when
err != nil
in this code there should be cleanup done, but the cleanup function has not been yet deferred.The text was updated successfully, but these errors were encountered: