Done for the night I guess.

This commit is contained in:
Scott Idem
2024-03-27 20:15:30 -04:00
parent b336f18512
commit 7cc23077f3
8 changed files with 16 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ export async function load({ parent }) {
let account_id = data.account_id;
let ae_acct = data[account_id];
console.log(`ae_acct = `, ae_acct);
// console.log(`ae_acct = `, ae_acct);
if (!account_id) {
console.log(`sponsorships +layout.ts: The account_id was not found in the data!!!`);