Skip to content

Commit

Permalink
Resolves issue chevcast#5
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstern committed Mar 20, 2022
1 parent 73eb07a commit d1d058c
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 d1d058c

Please sign in to comment.