Refactoring (#15)
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub struct Queue {
|
||||
pub app: crate::app::App,
|
||||
pub token: textsender_models::token::LoginResult,
|
||||
pub app: std::sync::Arc<crate::app::App>,
|
||||
pub token: std::sync::Arc<textsender_models::token::LoginResult>,
|
||||
}
|
||||
|
||||
impl Queue {
|
||||
|
||||
Reference in New Issue
Block a user