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

Merge branch 'main' into feat/feed-generator

+1 -1
+1 -1
apps/api/src/spotify/app.ts
··· 244 244 }) 245 245 .from(spotifyApps) 246 246 .leftJoin(spotifyAccounts, eq(spotifyApps.id, spotifyAccounts.spotifyAppId)) 247 - .groupBy(spotifyApps.id) 247 + .groupBy(spotifyApps.id, spotifyApps.spotifyAppId) 248 248 .having(sql`COUNT(${spotifyAccounts.id}) < 25`); 249 249 250 250 const { email } = parsed.data;