Skip to content

Commit 975fdaf

Browse files
committed
Update components/gistly/gistly.app.mjs
1 parent 4ee6d58 commit 975fdaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/gistly/gistly.app.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ export default {
3434
_apiUrl() {
3535
return "https://api.gist.ly";
3636
},
37-
_makeRequest({ $ = this, path, ...args }) {
37+
_makeRequest({
38+
$ = this, path, ...args
39+
}) {
3840
return axios($, {
3941
url: `${this._apiUrl()}${path}`,
4042
...args,

0 commit comments

Comments
 (0)