🐛 amphigous json cast

This commit is contained in:
EntireTwix 2021-04-12 19:09:20 -07:00
parent c94c9bdc76
commit aead847df9

View file

@ -26,7 +26,7 @@ struct User
{
Json::Value res;
res["balance"] = (Json::UInt)balance;
res["password"] = password;
res["password"] = (Json::LargestUInt)password;
return res;
}
};