Skip to content

Commit

Permalink
Everyone knows its Duck
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer authored and github-actions[bot] committed Jul 14, 2024
1 parent 497a6da commit 31be6d1
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 31be6d1

Please sign in to comment.