Remove eslint comments.

This commit is contained in:
Alexis Lahouze 2017-07-22 09:18:22 +02:00
parent 801d2ae380
commit d5e00b8fe3
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ export class ScheduleController{
*/
add = function() {
var operation = new this.ScheduledOperation({
// eslint-disable-next-line camelcase
account_id: this.$stateParams.accountId
});
@ -37,7 +36,6 @@ export class ScheduleController{
*/
load = function() {
return this.ScheduledOperation.query({
// eslint-disable-next-line camelcase
account_id: this.$stateParams.accountId
});
};