Update debug logs while fetching past contributions

This commit is contained in:
2020-05-29 22:28:42 +02:00
parent bac4c1c425
commit 302c3315a3
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ export default Route.extend({
schedule('afterRender', this.kredits.syncContributions,
this.kredits.syncContributions.perform);
}
schedule('afterRender', this.kredits.fetchAllContributions,
this.kredits.fetchAllContributions.perform);
schedule('afterRender', this.kredits.fetchMissingContributions,
this.kredits.fetchMissingContributions.perform);
});
}
});