Merge branch 'pr-1553' into integration/validation-batch
# Conflicts: # src/services/worker/session/SessionCompletionHandler.ts
This commit is contained in:
@@ -40,7 +40,8 @@ export class SessionRoutes extends BaseRouteHandler {
|
||||
super();
|
||||
this.completionHandler = new SessionCompletionHandler(
|
||||
sessionManager,
|
||||
eventBroadcaster
|
||||
eventBroadcaster,
|
||||
dbManager.getSessionStore()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user