fix
This commit is contained in:
@@ -23,6 +23,7 @@ const serialChecker = (serial, type = 'guaranteeSerial', g = 1) => {
|
||||
|
||||
for (const row of exelFile) {
|
||||
|
||||
// eslint-disable-next-line eqeqeq
|
||||
if ((row[1].toString()).toLowerCase() == lowerSerial) {
|
||||
resolve(row[2]);
|
||||
return; // Serial found, exit loop
|
||||
|
||||
Reference in New Issue
Block a user