refactor: save current workspace state including FinlyticAnalyzer fixes, FinlyticApp trade route alignment, and DTO audit documentation
This commit is contained in:
@@ -143,7 +143,7 @@ public class TAMqttClient(
|
||||
using var scope = scopeFactory.CreateScope();
|
||||
var taDbService = scope.ServiceProvider.GetRequiredService<ITechnicalAnalysisDbService>();
|
||||
|
||||
var analysis = await taDbService.GetAnalysisAsync(req.Isin, req.ForceRefresh);
|
||||
var analysis = await taDbService.GetAnalysisAsync(req.Isin, req.ForceRefresh, req.Ticker);
|
||||
|
||||
logger.LogInformation("[{Channel}] Publishing RPC response to {ResponseTopic}", "TechnicalAnalysisChannel", responseTopic);
|
||||
await PublishAsync(responseTopic, analysis);
|
||||
|
||||
Reference in New Issue
Block a user