You've already forked AstralRinth
forked from didirus/AstralRinth
Miscellaneous improvements and removals (#502)
This commit is contained in:
@@ -14,7 +14,7 @@ use tokio::sync::RwLock;
|
||||
#[derive(Deserialize)]
|
||||
pub struct Algorithm {
|
||||
#[serde(default = "default_algorithm")]
|
||||
algorithm: String,
|
||||
pub algorithm: String,
|
||||
}
|
||||
|
||||
fn default_algorithm() -> String {
|
||||
|
||||
Reference in New Issue
Block a user