fix: document.updated slack service hook

This commit is contained in:
Tom Moor
2020-02-17 09:29:48 -08:00
parent c973436870
commit 3b0b37628e

View File

@ -102,7 +102,9 @@ export default class Slack {
},
body: JSON.stringify({
text,
attachments: [presentSlackAttachment(document, team)],
attachments: [
presentSlackAttachment(document, document.collection, team),
],
}),
});
}