Skip to content

Commit

Permalink
fix missing limit param in getTrendingTopics (#3262)
Browse files Browse the repository at this point in the history
* fix missing params

* fix
  • Loading branch information
haileyok authored Dec 18, 2024
1 parent a200e50 commit 448139d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const skeleton = async (input: SkeletonFnInput<Context, Params>) => {
if (ctx.topicsAgent) {
const res = await ctx.topicsAgent.app.bsky.unspecced.getTrendingTopics(
{
limit: params.limit,
viewer: params.viewer,
},
{
Expand Down

0 comments on commit 448139d

Please sign in to comment.