-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Tello/server/helpers/image.helpers.js
Line 29 in 1665882
| } |
You do not need to invoke s3.putObject()
if request({ url, encoding: null } ... gets rejected
so you can just
if (err) {
reject(err);
return;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels