From 203ebdb4bf12aea61d7eb00b711b1cbc9af4bbc9 Mon Sep 17 00:00:00 2001 From: martbost Date: Mon, 14 Sep 2026 12:17:12 -0500 Subject: [PATCH] Dashboard payload carries lineBannerUrl so the Overview launch mark counts the banner item (was 7 of 8 vs 8 of 8 on /launch) Co-Authored-By: Claude Fable 5.1 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index de696e6..0e8800a 100644 --- a/server.js +++ b/server.js @@ -1071,7 +1071,7 @@ const server = http.createServer(async (req, res) => { const out = { memberId, tankWaiting, email: s.email || (acct && acct.email) || null, address: s.address || (acct && acct.address) || null, username: (acct && acct.username) || null, - refCode: (acct && acct.code) || null, credits: 0, buyerCount: 0, + refCode: (acct && acct.code) || null, lineBannerUrl: (acct && acct.lineBannerUrl) || null, /* the launch checklist mark reads it (was 7 of 8 with a banner set, 2026-09-14) */ credits: 0, buyerCount: 0, earnedWei: '0', earnCount: 0, referrals: [], welcomeCredits: 0 }; if (out.email) { // welcome credits unlock via the welcome tour when an upline with a