From 0838b96a2723a447b77095177555fbb86a5252d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Mon, 1 Sep 2025 12:32:42 +0300 Subject: [PATCH] =?UTF-8?q?DAO=20-=20=D0=9F=D0=BE=D0=BB=D0=BD=D0=BE=D0=B5?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/endpoints_handlers/AuthRegistrationExecutor.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/endpoints_handlers/AuthRegistrationExecutor.h b/src/endpoints_handlers/AuthRegistrationExecutor.h index 5840e8a..aee194d 100644 --- a/src/endpoints_handlers/AuthRegistrationExecutor.h +++ b/src/endpoints_handlers/AuthRegistrationExecutor.h @@ -97,10 +97,6 @@ public: const auto uuid_stringified = user_dao_->Create(user); - { - user_dao_->Delete("51351bb1-7563-479d-a8e9-201d0ff934c2"); - } - http::response res{ http::status::created, req.version() };