Fix unhandled promise reject from jenkins.

This commit is contained in:
kialam
2018-11-13 12:11:52 -05:00
committed by Jake McDermott
parent 03f6e52cf1
commit b0855ee33d
2 changed files with 12 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ class APIClient {
}
get = (endpoint) => this.http.get(endpoint);
}
export default new APIClient();