refresh struct

This commit is contained in:
chatlanin
2024-07-05 10:26:32 +03:00
parent e22967accb
commit 40da1bbaa9
68 changed files with 17 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
#include "hack/logger/logger.hpp"
namespace hack::exception
namespace hack
{
using JSON = nlohmann::json;
@@ -81,7 +81,7 @@ namespace hack::exception
return r;
}
JSON convert_to_json() override
JSON convert_to_json()
{
JSON j;
j["description"] = m_description;