mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🐛 amphigous json cast
This commit is contained in:
parent
c94c9bdc76
commit
aead847df9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ struct User
|
||||||
{
|
{
|
||||||
Json::Value res;
|
Json::Value res;
|
||||||
res["balance"] = (Json::UInt)balance;
|
res["balance"] = (Json::UInt)balance;
|
||||||
res["password"] = password;
|
res["password"] = (Json::LargestUInt)password;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue