Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jun 10, 2024
1 parent 6b70340 commit 374b9bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e
Submodule e2e updated from a2203f to 142602
1 change: 0 additions & 1 deletion traceql/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async function processSmallResult (ctx, script) {
spans: row.span_id.map((spanId, i) => ({
spanID: spanId,
startTimeUnixNano: row.timestamp_ns[i],
spanStartTime: row.timestamp_ns[i],
durationNanos: row.duration[i],
attributes: []
})),
Expand Down

0 comments on commit 374b9bb

Please sign in to comment.