We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ce236 commit d434fd9Copy full SHA for d434fd9
src/apps/review/src/lib/hooks/useFetchAiWorkflowRuns.ts
@@ -2,7 +2,7 @@ import { useCallback, useEffect, useState } from 'react'
2
import useSWR, { SWRResponse } from 'swr'
3
4
import { EnvironmentConfig } from '~/config'
5
-import { xhrGetAsync, xhrGetBlobAsync } from '~/libs/core'
+import { xhrGetBlobAsync } from '~/libs/core'
6
import { handleError } from '~/libs/shared/lib/utils/handle-error'
7
8
import { AiFeedbackItem, Scorecard } from '../models'
0 commit comments