From aead847df93b5354c4d3a7cf1ae935524b2e711f Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 12 Apr 2021 19:09:20 -0700 Subject: [PATCH] :bug: amphigous json cast --- include/user.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user.hpp b/include/user.hpp index b3fb45a..b3e3ebe 100644 --- a/include/user.hpp +++ b/include/user.hpp @@ -26,7 +26,7 @@ struct User { Json::Value res; res["balance"] = (Json::UInt)balance; - res["password"] = password; + res["password"] = (Json::LargestUInt)password; return res; } }; \ No newline at end of file