Skip to content

Commit

Permalink
Merge pull request #3469 from trunk-io/eli/season
Browse files Browse the repository at this point in the history
Duck 馃 season
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
2 parents 804265f + 75af915 commit 8d9f20e
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.Rabbit;
return Animal.Duck;
}
}

Expand Down

0 comments on commit 8d9f20e

Please sign in to comment.