Skip to content

Commit

Permalink
getPopular hotfix (#1599)
Browse files Browse the repository at this point in the history
dont pass all params
  • Loading branch information
dholms authored Sep 14, 2023
1 parent 36ba295 commit 77749ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/app-view/api/app/bsky/unspecced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function (server: Server, ctx: AppContext) {
await ctx.serviceAuthHeaders(requester),
)
const res = await ctx.appviewAgent.api.app.bsky.feed.getFeed(
{ ...params, feed: hotClassicUri },
{ feed: hotClassicUri, limit: params.limit, cursor: params.cursor },
await ctx.serviceAuthHeaders(requester, feed.view.did),
)
return {
Expand Down

0 comments on commit 77749ab

Please sign in to comment.