Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed May 14, 2022
1 parent b8e4723 commit a222715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands/subscribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Subscribe {
let subscription =
telegram::create_subscription(db_connection, new_telegram_subscription).unwrap();

SyncFeedJob::new(feed.id).enqueue(&db_connection).unwrap();
SyncFeedJob::new(feed.id).enqueue(db_connection).unwrap();

Ok(subscription)
})
Expand Down

0 comments on commit a222715

Please sign in to comment.