Skip to content

Commit

Permalink
update agent call
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Apr 16, 2024
1 parent 46307fe commit 7f19fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsky/src/api/app/bsky/actor/getSuggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const skeleton = async (input: {
const viewer = params.hydrateCtx.viewer
if (ctx.suggestionsAgent) {
const res =
await ctx.suggestionsAgent.api.app.bsky.actor.getSuggestionsSkeleton({
await ctx.suggestionsAgent.api.app.bsky.unspecced.getSuggestionsSkeleton({
viewer: viewer ?? undefined,
limit: params.limit,
cursor: params.cursor,
Expand Down

0 comments on commit 7f19fdd

Please sign in to comment.