This commit is contained in:
parent
55aeaa7fc1
commit
e41f7b0524
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ pub async fn init(mgr: &Arc<ModulesManager>) {
|
||||||
Broadcaster
|
Broadcaster
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
.add_to_modmgr(Arc::clone(&mgr))
|
.add_to_modmgr(Arc::clone(mgr))
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
Loading…
Reference in a new issue