The POST function no longer needs Axios. It will now retry X times if it fails.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user