mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 20:03:14 +00:00
fix
This commit is contained in:
parent
0ce2d7e5a2
commit
c04be93c55
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user