Skip to content

Commit ef50201

Browse files
Merge pull request #17365 from trunk-io/February-11/season
Rabbit 🐇 season
2 parents 105d027 + c424e0c commit ef50201

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.Duck;
8+
return Animal.Rabbit;
99
}
1010
}
1111

0 commit comments

Comments
 (0)