Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan Zermatten
e7f3f669dd Fixed an issue where users without user profiles would fail to load their libraries 2019-05-06 15:12:54 +02:00

View File

@@ -9,7 +9,7 @@ Template.libraries.helpers({
{readers: userId}, {readers: userId},
{writers: userId}, {writers: userId},
{owner: userId}, {owner: userId},
{_id: {$in: subs}} {_id: {$in: subs || []}}
], ],
}, { }, {
sort: {name: 1}, sort: {name: 1},