mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class ReadQRCodeCommand extends Command {
|
||||
if (err) return rej(err);
|
||||
return res(value);
|
||||
}
|
||||
qr.decode(imgData);
|
||||
return qr.decode(imgData);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user