Another round of lots of updates to fix little bugs here there and everywhere.
This commit is contained in:
@@ -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???
|
||||
|
||||
Reference in New Issue
Block a user