Ver código fonte

add space before parentheses

Artur Paikin 6 anos atrás
pai
commit
00d51606cb

+ 1 - 1
packages/@uppy/companion-client/src/RequestClient.js

@@ -64,7 +64,7 @@ module.exports = class RequestClient {
     return `${this.hostname}/${url}`
   }
 
-  _json(res) {
+  _json (res) {
     if (res.status === 401) {
       throw new AuthError()
     }