Another round of lots of updates to fix little bugs here there and everywhere.

This commit is contained in:
Scott Idem
2025-11-13 20:03:51 -05:00
parent 13869b40bd
commit 7cd59bfaac
9 changed files with 26 additions and 18 deletions

View File

@@ -340,7 +340,7 @@ async function get_url_cfg(cfg) {
}
return return_data;
})
.catch(function (error) {
.catch(function (error: any) {
console.log(`Base URL: ${base_url} | Endpoint: ${endpoint}`);
console.log('Error Message:', error.message); // Is this needed here or below in the in the else portion???