Remove eslint comments.
This commit is contained in:
parent
801d2ae380
commit
d5e00b8fe3
@ -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
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user