mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Move every Integrations.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
This commit is contained in:
parent
767d8e66e7
commit
6b7b464acc
4 changed files with 55 additions and 5 deletions
|
|
@ -163,7 +163,7 @@ if (Meteor.isServer) {
|
|||
data: is2way ? { description, ...clonedParams } : value,
|
||||
};
|
||||
|
||||
if (!Integrations.findOne({ url: integration.url })) return;
|
||||
if (!ReactiveCache.getIntegration({ url: integration.url })) return;
|
||||
|
||||
const url = integration.url;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue