generated from Sithas/conan_template
База для ручки GetUserDiariesExecutor.h
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
throw session_exception(http::status::unauthorized, "Unauthorized");
|
||||
}
|
||||
|
||||
std::string_view user_login_ref = auth_dao_->GetLogin(auth_token);
|
||||
std::string_view user_login_ref = auth_dao_->GetUUID(auth_token);
|
||||
const std::string user_uuid{user_login_ref.begin(), user_login_ref.end()};
|
||||
|
||||
static const std::string query = R"(
|
||||
|
||||
Reference in New Issue
Block a user