Skip to content

Commit 807bdcb

Browse files
ci: resolved linting error
1 parent 99645fa commit 807bdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/bsky/Actor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Actor extends BaseActor {
3333
static muteList(
3434
instance: AppBskyNS,
3535
listUri: string, // AT-URI of the list, not an array of actors
36-
options?: AppBskyGraphMuteActorList.CallOptions
36+
options?: AppBskyGraphMuteActorList.CallOptions,
3737
) {
3838
return instance.graph.muteActorList({ list: listUri }, options);
3939
}
@@ -49,7 +49,7 @@ export class Actor extends BaseActor {
4949
static unmuteList(
5050
instance: AppBskyNS,
5151
listUri: string, // AT-URI of the list, not an array of actors
52-
options?: AppBskyGraphUnmuteActorList.CallOptions
52+
options?: AppBskyGraphUnmuteActorList.CallOptions,
5353
) {
5454
return instance.graph.unmuteActorList({ list: listUri }, options);
5555
}

0 commit comments

Comments
 (0)