Skip to content

Commit

Permalink
inline stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Sep 11, 2024
1 parent 96df85e commit ad98ed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ func secondsToMillis(seconds float64) int64 {
}

func parseTimeString(timeString string) (int64, error) {
layout := time.RFC3339Nano
t, err := time.Parse(layout, timeString)
t, err := time.Parse(time.RFC3339Nano, timeString)
if err != nil {
return 0, err
}
Expand Down

0 comments on commit ad98ed2

Please sign in to comment.