Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Aug 22, 2023
1 parent 98cc8c5 commit c28013b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/pds/src/app-view/api/app/bsky/feed/getActorLikes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function (server: Server, ctx: AppContext) {
const { actor, limit, cursor } = params

const { ref } = ctx.db.db.dynamic
const accountService = ctx.services.account(ctx.db)
const actorService = ctx.services.appView.actor(ctx.db)
const feedService = ctx.services.appView.feed(ctx.db)
const graphService = ctx.services.appView.graph(ctx.db)
Expand Down Expand Up @@ -119,7 +118,6 @@ const getAuthorMunge = async (
}
})
}
feed = await localSrvc.formatAndInsertPostsInFeed(feed, local.posts)
return {
...original,
feed,
Expand Down

0 comments on commit c28013b

Please sign in to comment.