Skip to content

Commit

Permalink
fix typo (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyuns authored Jun 23, 2024
1 parent 6153af1 commit dfad857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub fn check_service_available() -> Result<(), Error> {
collection_service_list,
builtin_collection_list,
plugin_collection_list,
"tts_service_list",
"collection_service_list",
);
}
Ok(())
Expand Down

0 comments on commit dfad857

Please sign in to comment.