Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Dec 6, 2023
1 parent c4ed481 commit b4e6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsky/src/hydration/label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type Labels = HydrationMap<Label>
export class ActorHydrator {
constructor(public dataplane: DataPlaneClient) {}

async getLabelsForUris(uris: string[]): Promise<Labels> {
async getLabelsForSubjects(subjects: string[]): Promise<Labels> {
throw new Error('unimplemented')
}
}

0 comments on commit b4e6e87

Please sign in to comment.