Skip to content

Commit 83fb834

Browse files
aegilopsCopilot
andauthored
Update src/componentDetection.ts
Co-authored-by: Copilot <[email protected]>
1 parent 9c54209 commit 83fb834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentDetection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default class ComponentDetection {
250250
}
251251

252252
try {
253-
var packageUrl = `${packageUrlJson.Scheme}:${packageUrlJson.Type}/`;
253+
const packageUrl = `${packageUrlJson.Scheme}:${packageUrlJson.Type}/`;
254254
if (packageUrlJson.Namespace) {
255255
packageUrl += `${packageUrlJson.Namespace.replaceAll("@", "%40")}/`;
256256
}

0 commit comments

Comments
 (0)