Skip to content

Commit

Permalink
Run skuba format
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Sep 10, 2024
1 parent d2c729e commit 93b0741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createTimedSpan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const createTimedSpan =
const complete = afterCompletion?.(durationMilliseconds, success, result);

const tagsToAdd =
tags ?? complete?.tags
(tags ?? complete?.tags)
? [...(tags ?? []), ...(complete?.tags ?? [])]
: undefined;

Expand Down

0 comments on commit 93b0741

Please sign in to comment.