Skip to content

Commit 07be8c6

Browse files
Merge pull request #14846 from trunk-io/eli/season
Duck 🦆 season
2 parents a1e3efe + 6091f77 commit 07be8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/season.js

+1-1
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)