fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const fs = require('fs')
|
||||
const readXlsxFile = require('read-excel-file/node')
|
||||
|
||||
const guaranteeSerialsPath = './static/uploads/serials'
|
||||
const productSerialsPath = './static/uploads/serials_products'
|
||||
const guaranteeSerialsPath = './static/uploads/serials/'
|
||||
const productSerialsPath = './static/uploads/serials_products/'
|
||||
|
||||
const serialChecker = async (serial, type = 'guaranteeSerial', g = 1) => {
|
||||
let exelsPath
|
||||
|
||||
Reference in New Issue
Block a user