mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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,
|
user: Meteor.user().username,
|
||||||
url: '',
|
url: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
const integrations = Integrations.find({
|
const integrations = Integrations.find({
|
||||||
boardId: { $in: [card.boardId, Integrations.Const.GLOBAL_WEBHOOK_ID] },
|
boardId: { $in: [card.boardId, Integrations.Const.GLOBAL_WEBHOOK_ID] },
|
||||||
enabled: true,
|
enabled: true,
|
||||||
activities: { $in: ['CardDetailsRendered', 'all'] },
|
activities: { $in: ['CardDetailsRendered', 'all'] },
|
||||||
}).fetch();
|
}).fetch();
|
||||||
|
|
||||||
if (integrations.length > 0) {
|
if (integrations.length > 0) {
|
||||||
integrations.forEach(integration => {
|
integrations.forEach(integration => {
|
||||||
Meteor.call(
|
Meteor.call(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue