Skip to content

Commit 6d33de6

Browse files
committed
fix: missing import
An accidental missing-diff from the previous commit, oops!
1 parent d8cf271 commit 6d33de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use voice::AudioRecorder;
2727
mod net;
2828

2929
mod util;
30-
use util::extract_https_urls;
30+
use util::{extract_https_urls, get_file_type_description};
3131

3232
/// The Maximum byte size that Vector will auto-download.
3333
///

0 commit comments

Comments
 (0)