Update debug logs while fetching past contributions
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user