Skip to content

Commit ad09ef0

Browse files
korinne1000hz
andauthored
Update src/content/changelog/workers/2025-09-03-new-workers-api.mdx
Co-authored-by: Cina Saffary <[email protected]>
1 parent 719fd00 commit ad09ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-09-03-new-workers-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const version = await client.workers.beta.workers.versions.create(worker.id, {
7373
bindings: [ /*...*/ ],
7474
modules: [
7575
{
76-
name: "payment-service",
76+
name: "worker.js",
7777
content_type: "application/javascript+module",
7878
content_base64: Buffer.from(scriptContent).toString("base64"),
7979
},

0 commit comments

Comments
 (0)