Skip to content

Commit

Permalink
send shorter appVersion to RopeScore api
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Oct 21, 2023
1 parent b41fd32 commit bf80a9f
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 @@ -376,7 +376,7 @@ const closeRs = async ({ save }: CloseScoresheetOptions) => {
scoresheetId: scoresheet.value.id,
marks: scoresheet.value.marks,
completedAt: scoresheet.value.completedAt,
programVersion: `@ropescore/app@${import.meta.env.VITE_COMMIT_REF?.toString() ?? 'dev'}`
programVersion: `@ropescore/app@${version ?? 'dev'}`
})

onDone(res => {
Expand Down

0 comments on commit bf80a9f

Please sign in to comment.