Skip to content

Commit 2a40c5d

Browse files
committed
update bnpm-lock.yaml
1 parent 79d8a49 commit 2a40c5d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

components/wordpress_com/actions/upload-media.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default {
8282
data : form,
8383
});
8484

85-
const media = response.media.[0];
85+
const media = response.media[0];
8686

8787
$.export("$summary", `Media "${media.title}" uploaded successfully (ID: ${media.ID})` + "\n- " + warnings.join("\n- "));
8888

pnpm-lock.yaml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)