mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
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