Skip to content

Commit

Permalink
Update contributor-dashboard-legacy/src/pages/SizeComparison.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Potoms <[email protected]>
Signed-off-by: Olivier Tassinari <[email protected]>
  • Loading branch information
oliviertassinari and Janpot authored Oct 16, 2024
1 parent a7ab275 commit de8cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributor-dashboard-legacy/src/pages/SizeComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function fetchSizeSnapshotCircleCI(
buildNumber: number,
): Promise<SizeSnapshot> {
const response = await fetch(
`/.netlify/functions/circle-ci-artifacts?buildNumber=${buildNumber}`,
`/.netlify/functions/circle-ci-artifacts?buildNumber=${encodeURIComponent(buildNumber)}`,
);
const body: CircleCIApiArtifacts = await response.json();

Expand Down

0 comments on commit de8cf31

Please sign in to comment.