diff --git a/lib/src/infrastructure/coin_price_history.repository.dart b/lib/src/infrastructure/coin_price_history.repository.dart index bcccba8..8e5da1d 100644 --- a/lib/src/infrastructure/coin_price_history.repository.dart +++ b/lib/src/infrastructure/coin_price_history.repository.dart @@ -61,7 +61,7 @@ class CoinPriceHistoryRepository case MarketPriceHistoryInterval.week: return 'weekly'; case MarketPriceHistoryInterval.twoWeeks: - return 'biWeekly'; + return 'biweekly'; case MarketPriceHistoryInterval.month: return 'monthly'; case MarketPriceHistoryInterval.twoMonths: