Skip to content
Snippets Groups Projects
Commit 215fd371 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix admin/statistics

parent baaff9da
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ Template.adminStatistics.onCreated ->
@statistics = new ReactiveVar {}
@ready = new ReactiveVar false
Meteor.call 'generateStatistics', (error, statistics) ->
Meteor.call 'getStatistics', (error, statistics) ->
instance.ready.set true
if error
toastr.error error.reason
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment