Update packages/@uppy/companion/src/server/Uploader.js

Fix linter

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>
This commit is contained in:
Zyclotrop-j 2019-05-30 19:37:11 +10:00 committed by GitHub
parent 65bef980e2
commit d9f9f110da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),