1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix clippy warnings in validation and chat logic

This commit is contained in:
NG (Graham)
2025-12-26 16:16:23 -05:00
parent 36100a34c4
commit 7f187dcb98
4 changed files with 43 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ impl ArcAdapter {
orm: db,
ignore_expiry: show_expired,
cdn: cdn.to_owned(),
override_cdn: override_cdn,
override_cdn,
spoof_users: username_spoofing,
};
// do query to ensure database is ok