The POST function no longer needs Axios. It will now retry X times if it fails.

This commit is contained in:
Scott Idem
2025-05-07 18:46:39 -04:00
parent 2ff7b4fd70
commit 7af1d41ff3
4 changed files with 282 additions and 163 deletions

View File

@@ -21,7 +21,9 @@ export async function load({ params, parent }) {
});
}
ae_acct.slct.journal_id = journal_id;
console.log(`ae_journals journals [journal_id] +page.ts: journal_id = `, ae_acct.slct.journal_id);
if (log_lvl) {
console.log(`ae_journals journals [journal_id] +page.ts: journal_id = `, journal_id);
}
if (browser) {
if (log_lvl) {

View File

@@ -25,7 +25,9 @@ export async function load({ params, parent }) { // route
});
}
ae_acct.slct.journal_entry_id = journal_entry_id;
console.log(`ae_journals journals [journal_entry_id] +page.ts: journal_entry_id = `, ae_acct.slct.journal_entry_id);
if (log_lvl) {
console.log(`ae_journals journals [journal_entry_id] +page.ts: journal_entry_id = `, journal_entry_id);
}
if (browser) {
if (log_lvl) {