База для ручки GetUserDiariesExecutor.h

This commit is contained in:
2026-01-17 11:24:12 +03:00
parent 8a61656343
commit 22be5842be
8 changed files with 74 additions and 27 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ bool MemoryAuthDAO::HasAuthorized(const std::string& auth_token)
return auth_tokens_to_users_uuids_.count(auth_token) > 0;
}
std::string_view MemoryAuthDAO::GetLogin(const std::string& auth_token)
std::string_view MemoryAuthDAO::GetUUID(const std::string& auth_token)
{
return auth_tokens_to_users_uuids_.at(auth_token);
}