Skip to content

Commit

Permalink
Fixed missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Dec 21, 2024
1 parent 9c654ed commit e0f10d6
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 @@ -166,7 +166,7 @@ export function createTCXRecorder (config) {
heartrateSeries.reset()
}

function addRestLap (lapnumber, metrics, endTime)
function addRestLap (lapnumber, metrics, endTime) {
sessionData.lap[lapnumber] = { endTime: metrics.timestamp }
sessionData.lap[lapnumber].intensity = 'Resting'
sessionData.lap[lapnumber].startTime = endTime
Expand Down

0 comments on commit e0f10d6

Please sign in to comment.