Skip to content

Commit b9fa5d6

Browse files
committed
fetch/params/change override priority
1 parent 1a6dcb1 commit b9fa5d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/fetchers/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export const constructFetcher =
4545
const response = await fetch(url, {
4646
method,
4747
body,
48+
keepalive: extra?.keepalive,
4849
...requestParams,
4950
headers,
50-
keepalive: extra?.keepalive,
5151
});
5252

5353
const data = await response.json();

0 commit comments

Comments
 (0)