Axios should not longer be needed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user