🐛 fixed testing state

This commit is contained in:
EntireTwix 2021-07-06 20:43:22 -07:00
parent 5ab0f89e89
commit 18b7923d7f

View file

@ -51,7 +51,7 @@ void api::GetLogs(req_args)
{
if constexpr (MAX_LOG_SIZE > 0)
{
RESPONSE_PARSE(bank.GetLogs("twix"));
RESPONSE_PARSE(bank.GetLogs(NAME_PARAM));
}
else
{