Axios should not longer be needed.

This commit is contained in:
Scott Idem
2025-05-07 16:34:39 -04:00
parent cdc4ee1af9
commit 86221e6aec
3 changed files with 133 additions and 72 deletions

View File

@@ -189,9 +189,9 @@ export let get_object = async function get_object(
}
}
} catch (error) {
if (log_lvl) {
// if (log_lvl) {
console.log(`API GET object request *fetch* error on attempt ${attempt}:`, error);
}
// }
if (attempt === retry_count) {
return false;
}