fix
This commit is contained in:
parent
42c4d97b1c
commit
64b64615d6
|
|
@ -12,7 +12,7 @@ export const _ = {
|
|||
headers: any;
|
||||
body: any;
|
||||
}) {
|
||||
if (!arg.url) return new Response(null, { status: 403 });
|
||||
if ((!!arg && !arg.url) || !arg) return new Response(null, { status: 403 });
|
||||
|
||||
const res = await fetch(
|
||||
arg.url,
|
||||
|
|
|
|||
Loading…
Reference in New Issue