Skip to content

Commit

Permalink
Merge pull request #406 from gewenyu99/eli/season
Browse files Browse the repository at this point in the history
Refactor Go modules for better dependency management season
  • Loading branch information
gewenyu99 authored Dec 6, 2024
2 parents 7ddb9c5 + faac29a commit 9ac2852
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
Expand Up @@ -5,7 +5,7 @@ const Animal = {

class Season {
getCurrent() {
return Animal.Improvement;
return Animal.Feature;
}
}

Expand Down

0 comments on commit 9ac2852

Please sign in to comment.