fix: document.updated slack service hook
This commit is contained in:
@ -102,7 +102,9 @@ export default class Slack {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
text,
|
||||
attachments: [presentSlackAttachment(document, team)],
|
||||
attachments: [
|
||||
presentSlackAttachment(document, document.collection, team),
|
||||
],
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user