Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Nov 20, 2024
1 parent c38c861 commit 6d6c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vzdv-bot/src/tasks/no_shows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async fn handle_single(
send_dm(
http,
discord_user_id,
&create_message(entry, &cid_name_map, occurrence_count, config),
&create_message(entry, cid_name_map, occurrence_count, config),
)
.await?;
sqlx::query(sql::UPDATE_NO_SHOW_NOTIFIED)
Expand Down

0 comments on commit 6d6c031

Please sign in to comment.