post services integrations
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ impl App {
|
||||
let event_bus = Arc::new(EventBus::with_capacity(1024));
|
||||
|
||||
// Initialize shared repositories
|
||||
let repositories = Arc::new(Repositories::new(db.clone(), event_bus.clone()));
|
||||
let repositories = Arc::new(Repositories::new(db.clone()));
|
||||
|
||||
// Initialize gateway manager
|
||||
let gateway = Arc::new(GatewayManager::default());
|
||||
|
||||
Reference in New Issue
Block a user