Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 12, 2024
1 parent c83f5cb commit 2009e2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mock/engineMock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import {
AudioQueryAudioQueryPostRequest,
DefaultApiInterface,
EngineManifest,
FrameAudioQuery,
MoraDataMoraDataPostRequest,
SingFrameAudioQuerySingFrameAudioQueryPostRequest,
Speaker,
SpeakerInfo,
SpeakerInfoSpeakerInfoGetRequest,
Expand Down Expand Up @@ -151,6 +153,10 @@ export function createOpenAPIEngineMock(): IEngineConnectorFactory {
payload.speaker,
);
},

async singFrameAudioQuerySingFrameAudioQueryPost(
payload: SingFrameAudioQuerySingFrameAudioQueryPostRequest,
): Promise<FrameAudioQuery> {},

Check failure on line 159 in src/mock/engineMock/index.ts

View workflow job for this annotation

GitHub Actions / build-test

A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.

Check failure on line 159 in src/mock/engineMock/index.ts

View workflow job for this annotation

GitHub Actions / lint

A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
};
}

Expand Down

0 comments on commit 2009e2d

Please sign in to comment.