Merge branch 'code-782' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#361)

This commit is contained in:
Abhinav Singh 2023-08-25 00:14:15 +00:00 committed by Harness
commit 3c52a5ee16

View File

@ -93,7 +93,7 @@ export function FolderContent({ repoMetadata, resourceContent, gitRef }: FolderC
const [pathsChunks, setPathsChunks] = useState<PathsChunks>([])
const { mutate: fetchLastCommitsForPaths } = useMutate<PathDetails>({
verb: 'POST',
path: `/api/v1/repos/${encodeURIComponent(repoMetadata.path as string)}/path-details`,
path: `/api/v1/repos/${repoMetadata.path as string}/+/path-details`,
queryParams: {
git_ref: gitRef
}