diff --git a/components/gistly/gistly.app.mjs b/components/gistly/gistly.app.mjs index 1c6f876774ce5..0c45aade89502 100644 --- a/components/gistly/gistly.app.mjs +++ b/components/gistly/gistly.app.mjs @@ -34,7 +34,9 @@ export default { _apiUrl() { return "https://api.gist.ly"; }, - _makeRequest({ $ = this, path, ...args }) { + _makeRequest({ + $ = this, path, ...args + }) { return axios($, { url: `${this._apiUrl()}${path}`, ...args,