Skip to content

Commit

Permalink
fix: maybe ;(
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Aug 2, 2024
1 parent 5e1608e commit bf99bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Network/NetworkClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Task<Result<LoginResEntity>> NetworkClient::loginViaSastLink(const std::string&

debug(), entity;

co_return Ok(entity);
co_return entity;
}

urls::url NetworkClient::endpoint(std::string_view endpoint) {
Expand Down

0 comments on commit bf99bb9

Please sign in to comment.