Skip to content

Commit

Permalink
Merge pull request #193 from gewenyu99/eli/season
Browse files Browse the repository at this point in the history
Improve error handling for background jobs season
gewenyu99 authored Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 6716b45 + 8c74e3c commit 546cbe1
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
@@ -5,7 +5,7 @@ const Animal = {

class Season {
getCurrent() {
return Animal.Rabbit;
return Animal.Duck;
}
}

0 comments on commit 546cbe1

Please sign in to comment.