@uppy/examples/aws-companion fix typo (#6174)

This commit is contained in:
Prakash 2026-02-09 13:59:31 +05:30 committed by GitHub
parent 41d7268af8
commit cb6d42a42f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.