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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user