A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: ensure completion message is logged after deduplication process

+4
+4
apps/api/src/scripts/dedup.ts
··· 45 45 console.log(record); 46 46 } 47 47 } 48 + 49 + console.log(chalk.greenBright("Deduplication complete.")); 50 + 51 + process.exit(0);