disable eslint

This commit is contained in:
llopis15 2021-03-18 11:42:06 +01:00
parent fa80cd686e
commit 8579a05ed7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const express = require('express');
const router = express.Router();
const router = express.Router(); // eslint-disable-line
// const filter = require('../utilities/filter');
const select = require('../db/selectDB');
const maxWagon = require('../db/maxWagon');
@ -39,7 +39,7 @@ function insertTicket(consultaSql, shelving, max) {
(async() => {
for (let i = 0; i < consultaSql.length; i++) {
for (let j = 0; j < consultaSql[i].Level.toString().length; j++) {
const {body} = await got.post('http://app.etiquetaselectronicas.com:9999/item/batchImportItem', {
const {body} = await got.post('http://app.etiquetaselectronicas.com:9999/item/batchImportItem', { // eslint-disable-line
json: {
agencyId: currentUser.agencyId,
merchantId: currentUser.merchantId,