Skip to content

Commit

Permalink
chore: remove empty else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Feb 19, 2024
1 parent 0b88c55 commit d74dc98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pub fn insert_user(msg: MyDialogue) -> Result<(), Error> {
"INSERT INTO users(id) VALUES (?)",
[&msg.chat_id().to_string()],
)?;
} else {
}

Ok(())
Expand Down

0 comments on commit d74dc98

Please sign in to comment.