Skip to content

Commit

Permalink
fix: correct reference to VoiceLanguage object
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 28, 2024
1 parent 442cc94 commit 810aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/apiserver/src/voice/stt/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { VoiceLanguage } from "@fonoster/common/src/tts/types";
import { VoiceLanguage } from "@fonoster/common";

type SpeechResult = {
speech: string;
Expand Down

0 comments on commit 810aff3

Please sign in to comment.