Skip to content

Commit

Permalink
Removes non used line
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Dec 28, 2023
1 parent d155fc8 commit 85b0741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/add_invoice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use nostr_sdk::prelude::*;
use sqlx::{Pool, Sqlite};
use sqlx_crud::Crud;
use std::str::FromStr;
use std::thread;
use tracing::error;

pub async fn add_invoice_action(
Expand Down

0 comments on commit 85b0741

Please sign in to comment.