Clean a bit

This commit is contained in:
2025-09-18 11:21:16 +07:00
parent 9ecaf09037
commit f1bb40fb75
4 changed files with 14 additions and 14 deletions

View File

@@ -13,6 +13,5 @@ public interface IPriceFetcherGrain : IGrainWithStringKey
/// Fetches price data for all supported exchange/ticker combinations
/// and publishes new candles to their respective streams.
/// </summary>
/// <returns>True if the operation completed successfully, false otherwise</returns>
Task<bool> FetchAndPublishPricesAsync();
}
Task FetchAndPublishPricesAsync();
}