Another round of lots of updates to fix little bugs here there and everywhere.
This commit is contained in:
@@ -224,7 +224,7 @@ async function handle_get_device_info(event_device_id) {
|
||||
console.log(up_event_device_result);
|
||||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
console.log('No results returned or failed.');
|
||||
console.log(error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user