From cb324389e46e1766d06a65b5eb8a3c3c285f29ab Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 14 Dec 2022 15:09:40 +0100 Subject: [PATCH] ZRColaWS: Cleanup Signed-off-by: Simon Rozman --- ZRColaWS/appcomponent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZRColaWS/appcomponent.hpp b/ZRColaWS/appcomponent.hpp index 0f74b31..f678d29 100644 --- a/ZRColaWS/appcomponent.hpp +++ b/ZRColaWS/appcomponent.hpp @@ -47,7 +47,7 @@ public: return oatpp::network::Server::createShared(connectionProvider, connectionHandler); }()); - OATPP_CREATE_COMPONENT(std::shared_ptr, swaggerDocumentInfo)([this] { + OATPP_CREATE_COMPONENT(std::shared_ptr, swaggerDocumentInfo)([] { oatpp::swagger::DocumentInfo::Builder builder; builder .setTitle("ZRCola Web Service")