fix const

pull/4/head
Jose Vera 2022-03-02 21:30:24 -05:00
parent 56a854fcb1
commit aa4f3c619d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ async function pairDevice(account, qrString) {
// Versions >= 0.8.3 uses only a pairtoken
const qrCodeParts = qrString.split('--');
const device;
let device;
let pairJWT;
if (qrString.indexOf('--') >= 0) {