mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Linter fixes.
This commit is contained in:
@@ -45,6 +45,7 @@ class APIClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
|
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
|
||||||
|
|
||||||
post = (endpoint, data) => this.http.post(endpoint, data);
|
post = (endpoint, data) => this.http.post(endpoint, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user