mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Get rid of an unnesessary TODO
This commit is contained in:
parent
ef2a3b36ae
commit
d5b86ac086
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ where
|
|||
SqliteError(#[from] sqlx::Error),
|
||||
}
|
||||
|
||||
// TODO: make JSON serializer to be default
|
||||
pub struct SqliteStorage<S> {
|
||||
pool: SqlitePool,
|
||||
serializer: S,
|
||||
|
|
Loading…
Reference in a new issue