Skip to content

Commit

Permalink
Fix transcription failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Feb 3, 2024
1 parent 98067d8 commit b5fc637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripty_audio_handler/src/events/voice_tick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ async fn finalize_stream<'a>(

debug!(%ssrc, "got stream results");

let Some((avatar_url, user_details)) = user_data_map
let Some((user_details, avatar_url)) = user_data_map
.get(&ssrc)
.map(|x| (x.value().0.to_owned(), x.value().1.to_owned()))
else {
Expand Down

0 comments on commit b5fc637

Please sign in to comment.