Skip to content

Commit

Permalink
Fixed the fetch for compare over time subtests (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrice-acasandrei authored Aug 30, 2024
1 parent 850cde5 commit 68a7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompareResults/subtestsOverTimeLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export async function loader({ request }: { request: Request }) {
const baseParentSignatureFromUrl = url.searchParams.get(
'baseParentSignature',
);
const newParentSignatureFromUrl = url.searchParams.get('baseParentSignature');
const newParentSignatureFromUrl = url.searchParams.get('newParentSignature');

const {
baseRepo,
Expand Down

0 comments on commit 68a7dee

Please sign in to comment.