Update to all catch functions.

This commit is contained in:
Scott Idem
2025-11-13 20:15:09 -05:00
parent 7cd59bfaac
commit 88d36d512d
52 changed files with 170 additions and 170 deletions

View File

@@ -62,7 +62,7 @@ async function handle_load_ae_account_obj_id({account_id, try_cache=false}) {
let message = {'account_id': $slct.account_id};
window.parent.postMessage(message, "*");
})
.catch(function (error) {
.catch(function (error: any) {
console.log('No results returned or failed.', error);
});
@@ -139,7 +139,7 @@ async function handle_load_ae_sponsorship_obj_li({account_id, try_cache=true}) {
$slct.sponsorship_obj_li = [];
}
})
.catch(function (error) {
.catch(function (error: any) {
console.log('No results returned or failed.', error);
})
.finally(function () {