Skip to content

Commit

Permalink
fix: 🐛 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 19, 2024
1 parent ae307a8 commit 5db1de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/infrastructure/coin_price_history.repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5db1de6

Please sign in to comment.