Update to all catch functions.
This commit is contained in:
@@ -58,7 +58,7 @@ async function load_ae_obj_id__sponsorship_cfg(
|
||||
return null;
|
||||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
console.log('No results returned or failed.', error);
|
||||
});
|
||||
|
||||
@@ -119,7 +119,7 @@ async function load_ae_obj_id__sponsorship(
|
||||
return null;
|
||||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
console.log('No results returned or failed.', error);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user