Skip to content

Commit 2b0aaf1

Browse files
committed
Fix extra slash issue
1 parent d920937 commit 2b0aaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scorecard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function getScorecardLevels(
4949
}
5050

5151
async function getScorecard(repositoryUrl: string): Promise<ScorecardApi> {
52-
const apiRoot = 'https://api.securityscorecards.dev/'
52+
const apiRoot = 'https://api.securityscorecards.dev'
5353
let scorecardResponse: ScorecardApi = {} as ScorecardApi
5454

5555
const url = `${apiRoot}/projects/${repositoryUrl}`

0 commit comments

Comments
 (0)