A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

Remove await on ctx.kv.set in profile handler

+1 -1
+1 -1
apps/api/src/bsky/app.ts
··· 241 241 Buffer.from(JSON.stringify(deepSnakeCaseKeys(user))), 242 242 ); 243 243 244 - await ctx.kv.set("lastUser", lastUser[0].id); 244 + ctx.kv.set("lastUser", lastUser[0].id); 245 245 } 246 246 247 247 const [spotifyUser, spotifyToken, googledrive, dropbox] = await Promise.all([