Skip to content

Commit

Permalink
Merge pull request #442 from gewenyu99/eli/season
Browse files Browse the repository at this point in the history
Add support for real-time notifications season
  • Loading branch information
gewenyu99 authored Dec 11, 2024
2 parents 81e1ea4 + 20639e6 commit d3fad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/season.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Animal = {

class Season {
getCurrent() {
return Animal.Feature;
return Animal.Improvement;
}
}

Expand Down

0 comments on commit d3fad7c

Please sign in to comment.