Skip to content

Commit 688b35f

Browse files
Merge pull request #18389 from trunk-io/March-07/season
Rabbit 🐇 season
2 parents 802dbe3 + 50090fd commit 688b35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)