Skip to content

Commit c9edb0a

Browse files
committed
chore: clean up dup func call 🍒
1 parent 960832b commit c9edb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ export const getTargets = (opts: {
4141
env: process.env.NODE_ENV || 'production',
4242
})
4343
targetsCache[opts.key] = browserslistToTargets(result)
44-
return (targetsCache[opts.key] = browserslistToTargets(result))
44+
return targetsCache[opts.key]
4545
}

0 commit comments

Comments
 (0)