Skip to content

Commit 411a103

Browse files
authored
href
1 parent f6b221d commit 411a103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function getAllThings(repo: string): Promise<string[]> {
1414
`owner:${owner} /${name}\\/.+/ package_type:container`
1515
);
1616
url.searchParams.set("type", "registrypackages");
17-
console.log(url)
17+
console.log(url.href)
1818
const response = await fetch(url);
1919
return (await response.json()).payload.results
2020
.map((x) => x.name)

0 commit comments

Comments
 (0)