Fix serial checker bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user