Skip to content

Commit 412d508

Browse files
committed
style(route/iwara): remove unnecessary async keyword in fetchApi
1 parent 4fadc2c commit 412d508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/routes/iwara/subscriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async function handler() {
7676
});
7777

7878
try {
79-
const fetchApi = async (url: string, options: any) =>
79+
const fetchApi = (url: string, options: any) =>
8080
page.evaluate(
8181
async (args) => {
8282
const res = await fetch(args.url, {

0 commit comments

Comments
 (0)