Skip to content

Commit

Permalink
Merge pull request #14231 from trunk-io/eli/season
Browse files Browse the repository at this point in the history
Rabbit 🐇 season
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
2 parents 1fd8082 + 6f898cb commit e2c29f5
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.Duck;
return Animal.Rabbit;
}
}

Expand Down

0 comments on commit e2c29f5

Please sign in to comment.