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 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-14 12:17:12 -05:00
parent 119644d688
commit 203ebdb4bf
+1 -1
View File
@@ -1071,7 +1071,7 @@ const server = http.createServer(async (req, res) => {
const out = { memberId, tankWaiting, email: s.email || (acct && acct.email) || null, const out = { memberId, tankWaiting, email: s.email || (acct && acct.email) || null,
address: s.address || (acct && acct.address) || null, address: s.address || (acct && acct.address) || null,
username: (acct && acct.username) || 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 }; earnedWei: '0', earnCount: 0, referrals: [], welcomeCredits: 0 };
if (out.email) { if (out.email) {
// welcome credits unlock via the welcome tour when an upline with a // welcome credits unlock via the welcome tour when an upline with a