Skip to content

Commit

Permalink
Fix film disseminate method after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Aug 21, 2020
1 parent 31d3482 commit 1e8f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/pages/ambassador.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Template.ambassador.helpers({
);
},
disseminate() {
return Films.disseminate();
return Films.all();
},
session_status_icon() {
// Rascunho
Expand Down

0 comments on commit 1e8f09a

Please sign in to comment.