File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments