Check for region specific items when sending userdata

This commit is contained in:
Ethan O'Brien
2024-05-31 21:34:11 -05:00
parent 53c9f7ea9c
commit 23c09cd4d3
7 changed files with 42 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ pub fn gift(req: HttpRequest, body: String) -> Option<JsonValue> {
userdata::save_acc_home(&key, user);
userdata::save_acc(&key, userr.clone());
let userr = userdata::get_acc(&key);
Some(object!{
"failed_gift_ids": failed,
"updated_value_list": {