From ba30269104f9e23a330e5336037b1bcf53fb0497 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 7 Apr 2021 00:16:42 -0700 Subject: [PATCH] :bug: fix --- include/bank.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index ca4cf2f..854fafb 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -101,7 +101,7 @@ public: return state; } - int_fast64_t GetBal(const std::string &name) const + Json::Value::asInt64 GetBal(const std::string &name) const { int_fast64_t res = -1; users.if_contains(name, [&res](const User &u) {