update readme, remove redudnant code
This commit is contained in:
parent
1d909152f4
commit
b3451a641e
2 changed files with 3 additions and 7 deletions
|
@ -41,7 +41,6 @@ pub async fn post_reupload(input: Form<FormReupload>) -> Template {
|
|||
|
||||
let disabled = !crate::CONFIG.levels.reupload;
|
||||
|
||||
let error: Option<String> = None;
|
||||
if !disabled {
|
||||
let remote_level_id = input.level_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue