From cb6d42a42f22abccee18184a25a7c71ec9698f65 Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 9 Feb 2026 13:59:31 +0530 Subject: [PATCH] @uppy/examples/aws-companion fix typo (#6174) --- examples/aws-companion/server.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-companion/server.cjs b/examples/aws-companion/server.cjs index 5704a7b3e..a0edb6b16 100644 --- a/examples/aws-companion/server.cjs +++ b/examples/aws-companion/server.cjs @@ -45,7 +45,7 @@ const options = { filePath: DATA_DIR, secret: 'blah blah', debug: true, - corsOrigin: true, + corsOrigins: true, } // Create the data directory here for the sake of the example.