This commit is contained in:
Swift
2024-02-09 22:41:32 +03:30
parent 7438a95166
commit d5ec24a468
2 changed files with 159 additions and 43 deletions
+2 -2
View File
@@ -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