mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 22:21:48 -05:00
Fix unhandled promise reject from jenkins.
This commit is contained in:
@@ -45,7 +45,6 @@ class APIClient {
|
||||
}
|
||||
|
||||
get = (endpoint) => this.http.get(endpoint);
|
||||
|
||||
}
|
||||
|
||||
export default new APIClient();
|
||||
|
||||
Reference in New Issue
Block a user