mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
fix search
This commit is contained in:
parent
22229dc8cb
commit
67e7f0e750
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Meteor.startup(function () {
|
|||
query: Session.get("searchQuery")
|
||||
};
|
||||
|
||||
return terms;
|
||||
return {terms: terms};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue