Skip to content

Commit d434fd9

Browse files
committed
lint fix
1 parent e6ce236 commit d434fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/review/src/lib/hooks/useFetchAiWorkflowRuns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useCallback, useEffect, useState } from 'react'
22
import useSWR, { SWRResponse } from 'swr'
33

44
import { EnvironmentConfig } from '~/config'
5-
import { xhrGetAsync, xhrGetBlobAsync } from '~/libs/core'
5+
import { xhrGetBlobAsync } from '~/libs/core'
66
import { handleError } from '~/libs/shared/lib/utils/handle-error'
77

88
import { AiFeedbackItem, Scorecard } from '../models'

0 commit comments

Comments
 (0)