error fix

This commit is contained in:
CryptoCompiler
2021-01-22 00:15:21 +00:00
committed by GitHub
parent 47168e4f9e
commit 4f7d593fe4

View File

@@ -110,7 +110,7 @@ export default class RequestUtil {
} }
throw response; throw response;
}).catch(this.parseException); }).catch(e => this.parseException(e));
} }
/** /**