mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
chore: Cleanup
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const services = require('../../services/slack');
|
||||
|
||||
const Errors = {
|
||||
NOT_ENOUGH_RIGHTS: {
|
||||
notEnoughRights: 'Not enough rights',
|
||||
@@ -66,12 +64,6 @@ module.exports = {
|
||||
request: this.req,
|
||||
});
|
||||
|
||||
const cardUrl = services.buildCardUrl(card);
|
||||
const messageText = '*' + currentUser.name + '* commented on ' + cardUrl + ':\n>' + inputs.text;
|
||||
services.sendSlackMessage(messageText)
|
||||
.then(() => { console.log('Slack message sent successfully.'); })
|
||||
.catch((error) => { console.error('Failed to send Slack message:', error.message); });
|
||||
|
||||
return {
|
||||
item: action,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user