Skip to content

Commit

Permalink
Remove unused parseInt
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 authored Jan 6, 2025
1 parent 631b0e7 commit 14b524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/log-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const data = new TextEncoder().encode(
branch,
hash,
baseHash,
timestamp: parseInt( timestamp, 10 ),
timestamp: timestamp,
metrics: metrics,
baseMetrics: baseMetrics,
} )
Expand Down

0 comments on commit 14b524c

Please sign in to comment.