tangled
alpha
login
or
join now
rocksky.app
/
rocksky
98
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
98
fork
atom
overview
issues
7
pulls
pipelines
Remove await on ctx.kv.set in profile handler
tsiry-sandratraina.com
1 month ago
41d367f2
38420846
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
bsky
app.ts
+1
-1
apps/api/src/bsky/app.ts
···
241
241
Buffer.from(JSON.stringify(deepSnakeCaseKeys(user))),
242
242
);
243
243
244
244
-
await ctx.kv.set("lastUser", lastUser[0].id);
244
244
+
ctx.kv.set("lastUser", lastUser[0].id);
245
245
}
246
246
247
247
const [spotifyUser, spotifyToken, googledrive, dropbox] = await Promise.all([