Skip to content

Commit

Permalink
small type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 21, 2023
1 parent a77796f commit c26d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/scoresheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function convertMarksToServoIntermediate <Schema extends string> (_marks:
}
}

return marks
return marks as Array<Exclude<Mark<Schema>, UndoMark | ClearMark>>
}

const complete = () => {
Expand Down

0 comments on commit c26d692

Please sign in to comment.