Reminder to validate this in the future
This commit is contained in:
parent
8e848ae807
commit
add3fea6fa
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ const server = program => {
|
|||
return
|
||||
}
|
||||
|
||||
if (typeof deviceId !== 'string' || !deviceId) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
const authorized = ECC.isAuthorizedDevice({
|
||||
deviceId
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue