Skip to content

Commit

Permalink
Fixed an issue where users without user profiles would fail to load t…
Browse files Browse the repository at this point in the history
…heir libraries
  • Loading branch information
ThaumRystra committed May 6, 2019
1 parent 8d969bd commit e7f3f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/views/library/libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Template.libraries.helpers({
{readers: userId},
{writers: userId},
{owner: userId},
{_id: {$in: subs}}
{_id: {$in: subs || []}}
],
}, {
sort: {name: 1},
Expand Down

0 comments on commit e7f3f66

Please sign in to comment.