mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 10:15:11 +01:00
fix
This commit is contained in:
parent
52bc66e7dd
commit
4bdb95ed0f
@ -57,9 +57,7 @@ export function makeExtensionFetcher() {
|
||||
const fetcher: Fetcher = async (url, ops) => {
|
||||
return sendExtensionRequest({
|
||||
url,
|
||||
method: ops?.method ?? "GET",
|
||||
headers: ops?.headers,
|
||||
body: ops?.body,
|
||||
...ops,
|
||||
}) as any;
|
||||
};
|
||||
return fetcher;
|
||||
|
Loading…
Reference in New Issue
Block a user