Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache

This commit is contained in:
Martin Filser 2023-02-04 17:06:40 +01:00
parent ad9daba60d
commit 9e557f6887
7 changed files with 12 additions and 12 deletions

View file

@ -55,7 +55,7 @@ Triggers.helpers({
},
findList(title) {
return Lists.findOne({
return ReactiveCache.getList({
title,
});
},