Skip to content

Commit d465144

Browse files
committed
Remove duplicate keys
1 parent fe2fb82 commit d465144

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/webapp/app/v3/eventRepository.server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,6 @@ export class EventRepository {
10371037
parentId,
10381038
tracestate,
10391039
duration: options.incomplete ? 0 : duration,
1040-
isPartial: options.incomplete,
1041-
isError: options.isError,
10421040
isPartial: failedWithError ? false : options.incomplete,
10431041
isError: !!failedWithError,
10441042
message: message,

0 commit comments

Comments
 (0)