warning changed
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

This commit is contained in:
haruyuumei 2024-04-09 16:44:58 -03:00
parent 55aeaa7fc1
commit e41f7b0524

View file

@ -57,6 +57,6 @@ pub async fn init(mgr: &Arc<ModulesManager>) {
Broadcaster
],
}
.add_to_modmgr(Arc::clone(&mgr))
.add_to_modmgr(Arc::clone(mgr))
.await;
}