mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 14:54:22 +01:00
insert channel directly after opening
This commit is contained in:
@@ -150,7 +150,7 @@ func setupInterceptor(
|
||||
openingService = defaultopeningService()
|
||||
}
|
||||
|
||||
i := NewInterceptHandler(store, openingService, client, f, config)
|
||||
i := NewInterceptHandler(store, &mockHistoryStore{}, openingService, client, f, config)
|
||||
go i.Start(ctx)
|
||||
return i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user