Skip to content

Commit b584af0

Browse files
wraithgarlukekarrys
authored andcommitted
fix: remove unneeded param default
1 parent 2ba1171 commit b584af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/arborist/lib/override-resolves.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function overrideResolves (resolved, opts = {}) {
1+
function overrideResolves (resolved, opts) {
22
const { omitLockfileRegistryResolved = false } = opts
33

44
if (omitLockfileRegistryResolved) {

0 commit comments

Comments
 (0)