mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix prettier.
This commit is contained in:
parent
473af2f5e2
commit
ebdb3a0cc3
1 changed files with 4 additions and 4 deletions
|
@ -129,13 +129,13 @@ BlazeComponent.extendComponent({
|
|||
user: Meteor.user().username,
|
||||
url: '',
|
||||
};
|
||||
|
||||
const integrations = Integrations.find({
|
||||
boardId: { $in: [card.boardId, Integrations.Const.GLOBAL_WEBHOOK_ID] },
|
||||
|
||||
const integrations = Integrations.find({
|
||||
boardId: { $in: [card.boardId, Integrations.Const.GLOBAL_WEBHOOK_ID] },
|
||||
enabled: true,
|
||||
activities: { $in: ['CardDetailsRendered', 'all'] },
|
||||
}).fetch();
|
||||
|
||||
|
||||
if (integrations.length > 0) {
|
||||
integrations.forEach(integration => {
|
||||
Meteor.call(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue