浏览代码

Fix prettier.

Lauri Ojansivu 5 年之前
父节点
当前提交
ebdb3a0cc3
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      client/components/cards/cardDetails.js

+ 4 - 4
client/components/cards/cardDetails.js

@@ -129,13 +129,13 @@ BlazeComponent.extendComponent({
         user: Meteor.user().username,
         user: Meteor.user().username,
         url: '',
         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,
         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(