Skip to content

Commit

Permalink
missing paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
JJassonn69 committed Nov 4, 2024
1 parent 66ba038 commit e667651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,7 @@ func (r *mockOrchestrator) ImageToText(ctx context.Context, requestID string, re
}
func (r *mockOrchestrator) LivePortrait(ctx context.Context, requestID string, req worker.LivePortraitLivePortraitPostMultipartRequestBody) (interface{}, error) {
return nil, nil
}
func (r *mockOrchestrator) TextToSpeech(ctx context.Context, requestID string, req worker.GenTextToSpeechJSONRequestBody) (interface{}, error) {
return nil, nil
}
Expand Down

0 comments on commit e667651

Please sign in to comment.