fmt [skip ci]

pull/428/head
Lucas Nogueira 2 years ago
parent b80c169d90
commit 1604a1efd2
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -104,9 +104,12 @@ export async function fetch(
rid,
});
const body = await window.__TAURI_INVOKE__<number[]>("plugin:http|fetch_read_body", {
rid,
});
const body = await window.__TAURI_INVOKE__<number[]>(
"plugin:http|fetch_read_body",
{
rid,
},
);
const res = new Response(Uint8Array.from(body), {
headers,

Loading…
Cancel
Save