From 09020115d2a893aa7c7277d70e27e4602132ebef Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 3 Nov 2024 12:41:33 +0100 Subject: [PATCH] wip --- include/util/json_container.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/json_container.hpp b/include/util/json_container.hpp index 728b6e3e9..14ca9d52f 100644 --- a/include/util/json_container.hpp +++ b/include/util/json_container.hpp @@ -104,7 +104,7 @@ using Value = std::variant; */ struct Object { - std::unordered_map values; + std::unordered_map values; }; /**