Linter fixes.

This commit is contained in:
kialam
2018-12-10 11:06:01 -05:00
parent 1dd8175e11
commit 9400bad990

View File

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