mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
reactiveCache, removing commented out code
This commit is contained in:
parent
bff96f6ae2
commit
2dfeb3924b
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ ReactiveCacheServer = {
|
|||
return ret;
|
||||
},
|
||||
getUsers(selector = {}, options = {}, getQuery = false) {
|
||||
// getUsers(selector, options, getQuery) {
|
||||
// let ret = Users.find(undefined, {});
|
||||
// console.log("getUser count: ", ret.count())
|
||||
let ret = Users.find(selector, options);
|
||||
if (getQuery !== true) {
|
||||
ret = ret.fetch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue