Skip to content

Commit

Permalink
Update tcxRecorder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Dec 29, 2024
1 parent 71388a1 commit 59621f3
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 @@ -8,7 +8,7 @@ import log from 'loglevel'
import zlib from 'zlib'
import fs from 'fs/promises'
import { createSeries } from '../engine/utils/Series.js'
import { createVO2max } from './VO2max.js'
import { createVO2max } from './utils/VO2max.js'
import { promisify } from 'util'
const gzip = promisify(zlib.gzip)

Expand Down

0 comments on commit 59621f3

Please sign in to comment.