Fix warning.

This commit is contained in:
levlam 2023-03-23 20:18:32 +03:00
parent e9d32ad23d
commit 10c5272497
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ td::Status WebhookActor::create_webhook_error(td::Slice error_message, td::Statu
on_webhook_error(error_message);
}
on_error(std::move(result));
return std::move(error);
return error;
}
td::Result<td::SslStream> WebhookActor::create_ssl_stream() {