Skip to content

Commit

Permalink
fix: skill property name
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Nov 14, 2024
1 parent f8e0d06 commit b0e280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type TeamMatch = {
scout_id: string;
match_key: string;
team_key: string;
skills: number;
skill: number;
notes: string;
broke: boolean;
died: boolean;
Expand Down

0 comments on commit b0e280b

Please sign in to comment.