Linter fixes.

This commit is contained in:
kialam 2018-12-10 11:06:01 -05:00
parent 1dd8175e11
commit 9400bad990
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F

View File

@ -45,6 +45,7 @@ class APIClient {
}
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
post = (endpoint, data) => this.http.post(endpoint, data);
}