Skip to content

Commit

Permalink
fix nobody function
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Oct 31, 2023
1 parent 3744c7d commit 79d986b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/isupipe/client_livecomment.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ func (c *Client) GetLivecommentReports(ctx context.Context, livestreamId int, op
return reports, nil
}

func (c *Client) GetNgwords(ctx context.Context)
// FIXME: 実装
// func (c *Client) GetNgwords(ctx context.Context)

func (c *Client) PostLivecomment(ctx context.Context, livestreamId int, r *PostLivecommentRequest, opts ...ClientOption) (*PostLivecommentResponse, error) {
var (
Expand Down

0 comments on commit 79d986b

Please sign in to comment.