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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user