mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 16:54:52 +00:00
fix
This commit is contained in:
parent
0ce2d7e5a2
commit
c04be93c55
@ -44,8 +44,8 @@ export async function httpQuery({
|
||||
}: {
|
||||
path?: string;
|
||||
method: string;
|
||||
json: any;
|
||||
headers: any;
|
||||
json: unknown;
|
||||
headers: Recordable;
|
||||
}) {
|
||||
const timeoutId = setTimeout(() => {
|
||||
abortRequestsAndUpdate();
|
||||
|
Loading…
Reference in New Issue
Block a user