Finished refresh token and remove all warns

This commit is contained in:
2024-03-23 22:45:32 +05:00
parent 030dd43ddf
commit c877b02286
3 changed files with 75 additions and 63 deletions

View File

@ -17,7 +17,6 @@ use {
},
};
type Res<T, E> = std::result::Result<T, E>;
type DBPool = Arc<Pool<ConnectionMgrTcp>>;