fix ci/cd format error

This commit is contained in:
scyyw24 2025-12-16 22:32:13 +00:00
parent 498eca1e31
commit 2119081731

View File

@ -1,10 +1,10 @@
import type { CreateAgentSessionResponse, CreateSessionForm, GetAgentSessionResponse } from "@renderer/types"; import type { CreateAgentSessionResponse, CreateSessionForm, GetAgentSessionResponse } from '@renderer/types'
import { formatErrorMessageWithPrefix } from "@renderer/utils/error"; import { formatErrorMessageWithPrefix } from '@renderer/utils/error'
import { useCallback, useMemo } from "react"; import { useCallback, useMemo } from 'react'
import { useTranslation } from "react-i18next"; import { useTranslation } from 'react-i18next'
import useSWRInfinite from "swr/infinite"; import useSWRInfinite from 'swr/infinite'
import { useAgentClient } from "./useAgentClient"; import { useAgentClient } from './useAgentClient'
const PAGE_SIZE = 20 const PAGE_SIZE = 20