Skip to content

Commit 8b5e9fe

Browse files
committed
Rollback the last change
1 parent a3b911c commit 8b5e9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/ws.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ async fn submit_to_ai(
665665
tx.send(WsCommand::EndAudio)?;
666666

667667
match r {
668-
Ok(duration) => {
669-
tokio::time::sleep(duration).await;
668+
Ok(_) => {
669+
// tokio::time::sleep(duration).await;
670670
}
671671
Err(e) => {
672672
log::error!("tts error:{e}");

0 commit comments

Comments
 (0)