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; path?: string;
method: string; method: string;
json: any; json: unknown;
headers: any; headers: Recordable;
}) { }) {
const timeoutId = setTimeout(() => { const timeoutId = setTimeout(() => {
abortRequestsAndUpdate(); abortRequestsAndUpdate();