fix: frontend bug

This commit is contained in:
fdc
2025-07-31 10:34:36 +08:00
committed by Junyan Qin
parent d3ab16761d
commit c33a96823b
2 changed files with 19 additions and 20 deletions

View File

@@ -43,7 +43,6 @@ import {
import { GetBotLogsRequest } from '@/app/infra/http/requestParam/bots/GetBotLogsRequest';
import { GetBotLogsResponse } from '@/app/infra/http/requestParam/bots/GetBotLogsResponse';
type JSONValue = string | number | boolean | JSONObject | JSONArray | null;
interface JSONObject {
[key: string]: JSONValue;