tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Merge branch 'main' into feat/feed-generator
tsiry-sandratraina.com
4 months ago
389e2711
56b56fbd
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
spotify
app.ts
+1
-1
apps/api/src/spotify/app.ts
···
244
})
245
.from(spotifyApps)
246
.leftJoin(spotifyAccounts, eq(spotifyApps.id, spotifyAccounts.spotifyAppId))
247
-
.groupBy(spotifyApps.id)
248
.having(sql`COUNT(${spotifyAccounts.id}) < 25`);
249
250
const { email } = parsed.data;
···
244
})
245
.from(spotifyApps)
246
.leftJoin(spotifyAccounts, eq(spotifyApps.id, spotifyAccounts.spotifyAppId))
247
+
.groupBy(spotifyApps.id, spotifyApps.spotifyAppId)
248
.having(sql`COUNT(${spotifyAccounts.id}) < 25`);
249
250
const { email } = parsed.data;