Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 3, 2024
1 parent 41030db commit 67fa7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mock/engineMock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ export function createOpenAPIEngineMock(): DefaultApiInterface {
payload: SingFrameVolumeSingFrameVolumePostRequest,
): Promise<Array<number>> {
const {
speaker: stlyeId,
speaker: styleId,
bodySingFrameVolumeSingFrameVolumePost: { score, frameAudioQuery },
} = cloneWithUnwrapProxy(payload);

const volume = notesAndFramePhonemesAndPitchToVolumeMock(
score.notes,
frameAudioQuery.phonemes,
frameAudioQuery.f0,
stlyeId,
styleId,
);
return volume;
},
Expand Down

0 comments on commit 67fa7cd

Please sign in to comment.