Skip to content

Commit

Permalink
fix: return always string
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarreras committed Mar 3, 2025
1 parent c932d0c commit 127691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Indicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Indicator extends Selection {
}

_color: string = "";
get color(): string | undefined {
get color(): string {
return this._color;
}

Expand Down

0 comments on commit 127691b

Please sign in to comment.