Skip to content

Commit

Permalink
Fixed Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Dec 29, 2024
1 parent 3a4b7a1 commit cef642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/recorders/tcxRecorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function createTCXRecorder (config) {

async function createNotes (workout) {
let VO2maxoutput

// VO2Max calculation
const VO2maxResult = VO2max.result()
if (VO2maxResult > 10 && VO2maxResult < 60) {
Expand Down

0 comments on commit cef642d

Please sign in to comment.