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 88e8fb1 commit 6d61a18Copy full SHA for 6d61a18
src/apps/review/src/lib/hooks/useFetchScorecard.ts
@@ -8,7 +8,7 @@ import { xhrGetAsync } from '~/libs/core'
8
9
import { Scorecard } from '../models'
10
11
-const baseUrl = `${EnvironmentConfig.API.V6}/review`
+const baseUrl = `${EnvironmentConfig.API.V6}`
12
13
interface ScorecardResponse {
14
scorecard: Scorecard | undefined
src/apps/review/src/lib/hooks/useFetchScorecards.ts
@@ -22,7 +22,7 @@ export interface ScorecardsResponse {
22
isValidating: boolean
23
}
24
25
26
27
const PAGE_SIZE = 20
28
0 commit comments