fix the build

This commit is contained in:
Arpit Jalan 2017-02-22 00:43:37 +05:30
parent ce7c3bfc14
commit c216f59eaa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default Discourse.Route.extend({
},
viewActionLogs(username) {
const controller = this.controllerFor('adminLogs.staffActionLogs')
const controller = this.controllerFor('adminLogs.staffActionLogs');
this.transitionTo('adminLogs.staffActionLogs').then(() => {
controller._changeFilters({ acting_user: username });
});