Fix serial checker bug

This commit is contained in:
Mr Swift
2024-08-22 14:21:59 +03:30
parent 10be64ec43
commit c626302257
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ module.exports.checkSerial = [
try {
const { serial, type, g } = req.body
const serialStatus = await serialChecker(serial, type, g)
console.log("s");
console.log(serialStatus);
let okMsg
if (type === 'guaranteeSerial') okMsg = serialStatus