Complete /api/user/detail

This commit is contained in:
Ethan O'Brien
2024-04-09 13:28:28 -05:00
parent 2adf19e414
commit 84925282cf
2 changed files with 35 additions and 8 deletions

View File

@ -65,7 +65,6 @@ pub fn start(_req: HttpRequest, _body: String) -> HttpResponse {
}
pub fn update_live_data(user: &mut JsonValue, data: &JsonValue) -> JsonValue {
if user["tutorial_step"].as_i32().unwrap() < 130 {
return JsonValue::Null;
}