Skip to content

Commit 58dca66

Browse files
committed
wip change in core
1 parent 3736db1 commit 58dca66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/utils/spanUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export function spanTimeInputToSeconds(input: SpanTimeInput | undefined): number
8989
return ensureTimestampInSeconds(input);
9090
}
9191

92+
// FORCE ALL CI TO RUN!!!
9293
if (Array.isArray(input)) {
9394
// See {@link HrTime} for the array-based time format
9495
return input[0] + input[1] / 1e9;

0 commit comments

Comments
 (0)