Reminder to validate this in the future

This commit is contained in:
Daniel Lugo 2022-01-17 15:50:44 -04:00
parent 8e848ae807
commit add3fea6fa

View file

@ -113,6 +113,10 @@ const server = program => {
return
}
if (typeof deviceId !== 'string' || !deviceId) {
// TODO
}
const authorized = ECC.isAuthorizedDevice({
deviceId
})