Skip to content

Commit babf4c9

Browse files
Update components/gistly/gistly.app.mjs
Co-authored-by: Jorge Cortes <[email protected]>
1 parent 1c42061 commit babf4c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/gistly/gistly.app.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ export default {
4444
},
4545
});
4646
},
47-
fetchTranscript({ $, params }) {
47+
fetchTranscript(args = {}) {
4848
return this._makeRequest({
49-
$,
5049
path: "/youtube/transcript",
51-
params,
50+
...args,
5251
});
5352
},
5453
},

0 commit comments

Comments
 (0)