New dependancies

Fixing a bunch of things that cargo complains about but that really has no effect on me as a person
This commit is contained in:
shockrah
2020-11-17 23:46:03 -08:00
parent 774e7c679e
commit eaec922693
4 changed files with 430 additions and 361 deletions

View File

@@ -94,7 +94,9 @@ impl FromDB<Channel, Integer> for Channel {
Err(_) => Response::Other(sql_err!("Member::FromDB::delete Listen i dont know either"))
}
}
return Response::Other(no_conn!("Member::FromDB::delete"))
else {
return Response::Other(no_conn!("Member::FromDB::delete"))
}
}
async fn filter(p: &Pool, kind: Integer) -> Response<Channel> {