mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Remove done TODO
This commit is contained in:
parent
fe75e0ff07
commit
9f157057ec
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ mod utils;
|
|||
pub enum RequestError {
|
||||
#[display(fmt = "Telegram error #{}: {}", status_code, description)]
|
||||
ApiError {
|
||||
// TODO: add response parameters
|
||||
status_code: StatusCode,
|
||||
description: String,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue