mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Update packages/@uppy/companion/src/server/Uploader.js
Fix linter Co-Authored-By: Artur Paikin <artur@arturpaikin.com>
This commit is contained in:
parent
65bef980e2
commit
d9f9f110da
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ class Uploader {
|
|||
if (error) {
|
||||
this.emitError(error)
|
||||
} else {
|
||||
const url = data && data.Location ? data.Location : null;
|
||||
const url = data && data.Location ? data.Location : null
|
||||
this.emitSuccess(url, {
|
||||
response: {
|
||||
responseText: JSON.stringify(data),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue