Skip to content

Commit

Permalink
fix formating for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Dec 20, 2023
1 parent 0e273a7 commit efc0326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pumpit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ export class PumpIt {
nested.length
? nested
: // @ts-expect-error needs type narrowing for "setToUndefinedIfEmpty"
options.setToUndefinedIfEmpty
? undefined
: nested
options.setToUndefinedIfEmpty
? undefined
: nested
)
} else {
let doneDep = ctx.singletonCache.get(key)
Expand Down

0 comments on commit efc0326

Please sign in to comment.