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

fix: remove reverse option in getRecentPlays to maintain consistent record order

-1
-1
apps/api/src/tealfm/index.ts
··· 11 11 repo: agent.assertDid, 12 12 collection: "fm.teal.alpha.feed.play", 13 13 limit, 14 - reverse: true, 15 14 }); 16 15 return res.data.records; 17 16 }