Skip to content

Commit a6effea

Browse files
Merge pull request #19380 from trunk-io/May-06/season
Duck 🦆 season
2 parents 134d572 + 099c6c9 commit a6effea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/src/season.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Animal = {
55

66
class Season {
77
getCurrent() {
8-
return Animal.Rabbit;
8+
return Animal.Duck;
99
}
1010
}
1111

0 commit comments

Comments
 (0)