This commit is contained in:
2026-01-26 15:32:03 +09:00
parent d89d793efa
commit d4926646f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ fun StockDetailSection(
launch {
DartCodeManager.getCorpCode(stockCode)?.let {
it.stockName = stockName
NewsService.fetchAndIngestNews(it)
// NewsService.fetchAndIngestNews(it)
}
}
}