We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3b0e commit d40aacfCopy full SHA for d40aacf
src/routes/attachments/delete.js
@@ -61,7 +61,7 @@ module.exports = [
61
req,
62
EVENT.ROUTING_KEY.PROJECT_ATTACHMENT_REMOVED,
63
RESOURCES.ATTACHMENT,
64
- { id: attachmentId });
+ pattachment);
65
res.status(204).json({});
66
})
67
.catch(err => next(err));
0 commit comments