Skip to content

Commit

Permalink
fix: Convert to ms by diving by 1000 instead of 60
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedenPH committed Aug 23, 2024
1 parent 6563113 commit ebab695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class ProcessResultsPage {
Date/time: ${data._date}
Location: ${data.location.normalizedLocation}
Status: ${data.status}
Test duration: ${data.testDuration/60}s`, {
Test duration: ${data.testDuration/1000}s`, {
fontFamily: "Trebuchet",
fontSize: 18,
fill: 0xffffff,
Expand Down

0 comments on commit ebab695

Please sign in to comment.