Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Apr 2, 2024
1 parent 6121545 commit 34f4d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/src/utils/dirs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub fn get_single_instance_placeholder() -> String {

#[cfg(target_os = "macos")]
{
api::path::local_data_dir()
tauri::api::path::local_data_dir()
.unwrap()
.join(APP_NAME)
.to_string_lossy()
Expand Down

0 comments on commit 34f4d9a

Please sign in to comment.