More updates to start using the newer/better way of saving to IDB.

This commit is contained in:
Scott Idem
2025-06-04 12:28:16 -04:00
parent 83ff5681d6
commit f38d9b58ab
5 changed files with 120 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ export let patch_object = async function patch_object(
params = {},
data = {},
return_meta = false,
log_lvl = 1,
log_lvl = 0,
retry_count = 5 // Number of retry attempts
}: {
api_cfg: any,