Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsonrob committed Aug 24, 2023
1 parent 8f20f9c commit 10b0d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function checkIntervals(arrayToValidate, threshold, meterName) {
}
lastTime = reading.endTimestamp;
}
return { validIntervals, errMsg }; // Return both values in an object
return { validIntervals, errMsg };
}


Expand Down

0 comments on commit 10b0d8d

Please sign in to comment.