Skip to content

Commit d9b6378

Browse files
XhmikosRlukekarrys
authored andcommitted
fix(libnpmpublish): remove superfluous argument (#4463)
1 parent f4c5f0e commit d9b6378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/libnpmpublish/lib/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Remove the 'private' field from the package.json to publish it.`),
5858
...opts,
5959
query: { write: true },
6060
})
61-
const newMetadata = patchMetadata(current, metadata, opts)
61+
const newMetadata = patchMetadata(current, metadata)
6262
return npmFetch(spec.escapedName, {
6363
...opts,
6464
method: 'PUT',

0 commit comments

Comments
 (0)