Update to all catch functions.
This commit is contained in:
@@ -163,7 +163,7 @@ export async function get_ae_obj_id_crud(
|
||||
timeout: timeout,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
console.log('API GET CRUD object ID request failed.', error);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user