This commit is contained in:
Adam 2024-08-08 05:32:37 -04:00
parent 2ab03d64e6
commit 9551c89ed8

View file

@ -62,6 +62,15 @@ async fn main() -> Result<()> {
}); });
// Make an outgoing message handler handler // Make an outgoing message handler handler
// DO it
// DO it
// DO it
// DO it
// DO it
// DO it
// DO it
// DO it
// DO it
// Spawn task to handle User things // Spawn task to handle User things
let user_handler = UserHandler::new(app_state.clone()); let user_handler = UserHandler::new(app_state.clone());