Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Raghav Kaul <[email protected]>
  • Loading branch information
raghavkaul committed Mar 25, 2024
1 parent dd058ac commit 58b816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorecards-site/static/viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@

if (platform && org && repo) {
// Load placeholder
renderDataTemplate({ data: {...PLACEHOLDER, checks: sortChecks(PLACEHOLDER.checks), repo: {name: `${platform}/${org}/${repo}`, commit: ""}}, isPlaceholder: true, sortBy: sortBy, sortDirection: sortDirection });
renderDataTemplate({ data: {...PLACEHOLDER, checks: sortChecks(PLACEHOLDER.checks), apiURL: apiURL, repo: {name: `${platform}/${org}/${repo}`, commit: ""}}, isPlaceholder: true, sortBy: sortBy, sortDirection: sortDirection });

apiFetch(platform, org, repo, params.commit)
.then((data) => {
Expand Down

0 comments on commit 58b816e

Please sign in to comment.