Skip to content

Commit

Permalink
Merge pull request #1 from seanstern/issue-5-typescript-build-failure
Browse files Browse the repository at this point in the history
Resolves issue chevcast#5
  • Loading branch information
bobgubko authored Sep 24, 2023
2 parents 73eb07a + d1d058c commit 0eaa8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Card {
return this._suit;
}

get color() {
get color(): CardColor {
switch (this._suit) {
case CardSuit.CLUB:
case CardSuit.SPADE:
Expand Down

0 comments on commit 0eaa8a0

Please sign in to comment.