Update app/utils/client/lib/RestApiClient.js

Co-Authored-By: Diego Sampaio <chinello@gmail.com>
pull/16617/head
Guilherme Gazzo 6 years ago committed by GitHub
parent 0461556a3d
commit f753efd352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/utils/client/lib/RestApiClient.js

@ -90,7 +90,6 @@ export const APIClient = {
}, false);
xhr.upload.addEventListener('error', error, false);
xhr.upload.addEventListener('abort', abort, false);
return xhr;
},

Loading…
Cancel
Save