We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fadc2c commit 412d508Copy full SHA for 412d508
1 file changed
lib/routes/iwara/subscriptions.ts
@@ -76,7 +76,7 @@ async function handler() {
76
});
77
78
try {
79
- const fetchApi = async (url: string, options: any) =>
+ const fetchApi = (url: string, options: any) =>
80
page.evaluate(
81
async (args) => {
82
const res = await fetch(args.url, {
0 commit comments