mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 17:12:14 +11:00
🐛 fixed testing state
This commit is contained in:
parent
5ab0f89e89
commit
18b7923d7f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ void api::GetLogs(req_args)
|
||||||
{
|
{
|
||||||
if constexpr (MAX_LOG_SIZE > 0)
|
if constexpr (MAX_LOG_SIZE > 0)
|
||||||
{
|
{
|
||||||
RESPONSE_PARSE(bank.GetLogs("twix"));
|
RESPONSE_PARSE(bank.GetLogs(NAME_PARAM));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue