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

[api] fix handle resolver

+3 -1
+3 -1
apps/api/src/xrpc/app/rocksky/actor/getProfile.ts
··· 65 return { 66 did: await ctx.baseIdResolver.handle.resolve(params.did), 67 ctx, 68 - params, 69 }; 70 } 71 return {
··· 65 return { 66 did: await ctx.baseIdResolver.handle.resolve(params.did), 67 ctx, 68 + params: { 69 + did: await ctx.baseIdResolver.handle.resolve(params.did), 70 + }, 71 }; 72 } 73 return {