This commit is contained in:
Fine 2025-04-22 10:41:36 +08:00
parent 0ce2d7e5a2
commit c04be93c55

View File

@ -44,8 +44,8 @@ export async function httpQuery({
}: {
path?: string;
method: string;
json: any;
headers: any;
json: unknown;
headers: Recordable;
}) {
const timeoutId = setTimeout(() => {
abortRequestsAndUpdate();