mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
Update src/store/modules/event.ts
Co-authored-by: Fine0830 <fanxue0830@gmail.com>
This commit is contained in:
parent
87037e0abc
commit
80b7d6e521
@ -65,7 +65,7 @@ export const eventStore = defineStore({
|
||||
const res: AxiosResponse = await graphql.query("queryEndpoints").params({
|
||||
serviceId,
|
||||
duration: useAppStoreWithOut().durationTime,
|
||||
keyword: keyword || '',
|
||||
keyword: keyword || "",
|
||||
});
|
||||
if (res.data.errors) {
|
||||
return res.data;
|
||||
|
Loading…
Reference in New Issue
Block a user