Skip to content

Commit

Permalink
fix(constants.go): update AvailableYears to include years from 2018 t…
Browse files Browse the repository at this point in the history
…o 2023 for accurate stock data availability
  • Loading branch information
Abdullah Alqahtani committed Dec 28, 2024
1 parent b0118ad commit 3146f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const (
)

// Available years for stock data
var AvailableYears = []string{"2021", "2022", "2023", "2024", "2025"}
var AvailableYears = []string{"2018", "2019", "2020", "2021", "2022", "2023"}

0 comments on commit 3146f5a

Please sign in to comment.