Remove eslint comments.
This commit is contained in:
parent
801d2ae380
commit
d5e00b8fe3
@ -25,7 +25,6 @@ export class ScheduleController{
|
|||||||
*/
|
*/
|
||||||
add = function() {
|
add = function() {
|
||||||
var operation = new this.ScheduledOperation({
|
var operation = new this.ScheduledOperation({
|
||||||
// eslint-disable-next-line camelcase
|
|
||||||
account_id: this.$stateParams.accountId
|
account_id: this.$stateParams.accountId
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -37,7 +36,6 @@ export class ScheduleController{
|
|||||||
*/
|
*/
|
||||||
load = function() {
|
load = function() {
|
||||||
return this.ScheduledOperation.query({
|
return this.ScheduledOperation.query({
|
||||||
// eslint-disable-next-line camelcase
|
|
||||||
account_id: this.$stateParams.accountId
|
account_id: this.$stateParams.accountId
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user