Skip to content

Commit

Permalink
Everyone knows its Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gewenyu99 authored and github-actions[bot] committed Dec 8, 2024
1 parent b16e114 commit d155dae
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 d155dae

Please sign in to comment.