You've already forked AstralRinth
forked from didirus/AstralRinth
Move download counting to worker (#306)
* Move download counting to worker * Run `cargo sqlx prepare` * Format & some Clippy fixes
This commit is contained in:
@@ -37,7 +37,7 @@ pub enum SupportedGameVersions {
|
||||
All,
|
||||
PastDate(DateTime<Utc>),
|
||||
Range(DateTime<Utc>, DateTime<Utc>),
|
||||
Custom(Vec<GameVersion>),
|
||||
#[allow(dead_code)] Custom(Vec<GameVersion>),
|
||||
}
|
||||
|
||||
pub trait Validator: Sync {
|
||||
|
||||
Reference in New Issue
Block a user