Skip to content

Commit

Permalink
fix unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Oct 28, 2024
1 parent 44cd444 commit 99ba6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ async fn get_seed_words(

#[tauri::command]
async fn trigger_notification(summary: &str, body: &str) -> Result<(), String> {
let _ = NotificationManager::current().trigger_notification(summary, body);
let _unused = NotificationManager::current().trigger_notification(summary, body);
Ok(())
}

Expand Down

0 comments on commit 99ba6ee

Please sign in to comment.