Skip to content

Commit

Permalink
deps: lock file maintenance (#297)
Browse files Browse the repository at this point in the history
* deps: lock file maintenance

* Run `skuba format`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: skuba <[email protected]>
  • Loading branch information
renovate[bot] and seek-oss-ci authored Sep 10, 2024
1 parent 2c3b462 commit a1ed186
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 630 deletions.
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
Loading

0 comments on commit a1ed186

Please sign in to comment.