mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 silly error
This commit is contained in:
parent
153ff6e39d
commit
a028b9a628
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ INLINE Json::Value JsonReturn(T &&val)
|
||||||
{
|
{
|
||||||
res["value"] = (Json::Int64)val;
|
res["value"] = (Json::Int64)val;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
res["value"] = val;
|
||||||
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue