mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Hide beginner missions for now
This commit is contained in:
parent
461aae6718
commit
30caa814f4
1 changed files with 3 additions and 0 deletions
|
@ -112,5 +112,8 @@ pub fn home(req: HttpRequest) -> Option<JsonValue> {
|
|||
user["home"]["clear_mission_count"] = clear_ct.into();
|
||||
user["home"]["not_cleared_daily_mission_count"] = (6 - daily_ct).into();
|
||||
|
||||
//todo
|
||||
user["home"]["beginner_mission_complete"] = 1.into();
|
||||
|
||||
Some(user)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue