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

fix: increase delay after publishing user payload to ensure message processing

+1 -1
+1 -1
apps/api/src/scripts/avatar.ts
··· 63 63 64 64 ctx.nc.publish("rocksky.user", Buffer.from(JSON.stringify(userPayload))); 65 65 66 - await new Promise((resolve) => setTimeout(resolve, 500)); 66 + await new Promise((resolve) => setTimeout(resolve, 3000)); 67 67 } 68 68 69 69 console.log("Done");