From 42daf68ee26ac6775f4bd74d7774fb43e743b779 Mon Sep 17 00:00:00 2001 From: whaffman Date: Tue, 14 Oct 2025 22:11:12 +0200 Subject: [PATCH] refactor(DirectiveValue): add TODO comment for constructor --- webserv/config/directive/DirectiveValue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserv/config/directive/DirectiveValue.hpp b/webserv/config/directive/DirectiveValue.hpp index e7c7b1a..e1c443f 100644 --- a/webserv/config/directive/DirectiveValue.hpp +++ b/webserv/config/directive/DirectiveValue.hpp @@ -28,7 +28,7 @@ using DirectiveValueType = std::variant T get() const { return std::get(value_); }