Pipeline: count linked positions' buyers on member cards, the way My line and badges do; show the main/positions split on the card

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-15 12:22:25 -05:00
parent 02f742f90a
commit 560d758ed9
4 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ async function boot() {
setInterval(() => ads.scheduleSweep().catch(e => console.error('schedule sweep', e.message)), 5 * 60 * 1000); // scheduled starts/ends
// follow-up email sequence: send whatever came due (every 10 min, first pass shortly after boot)
coach.init({ dataDir: DATA_DIR, chain, accounts, mailer, ads, tank, lb: () => leaderboard, siteConfig });
pipeline.init({ dataDir: DATA_DIR, accounts, coach });
pipeline.init({ dataDir: DATA_DIR, accounts, coach, chain });
tank.init({ dataDir: DATA_DIR, chain, accounts, messages, mailer, site: 'https://instantadpay.com' });
legacy.init({ dataDir: DATA_DIR });
traffic.init({ dataDir: DATA_DIR });