Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

fixed issues in branch title #178

Merged
merged 2 commits into from Jul 11, 2017
Merged

fixed issues in branch title #178

merged 2 commits into from Jul 11, 2017

Conversation

abhinadduri
Copy link
Collaborator

@abhinadduri abhinadduri commented Jul 11, 2017

FIxes #152
Fixes #158

@@ -101,10 +111,14 @@ app.get('/assets/download/:id', (req, res) => {
})
.catch(err => {
log.info('DeleteError:', id);
res.sendStatus(404);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work. The response has already been sent. Let's talk about what we can do when a delete fails

@abhinadduri abhinadduri merged commit 6181ea6 into master Jul 11, 2017
@dannycoates dannycoates deleted the fixes158and152 branch July 31, 2017 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants