Skip to content

Commit 3dcf595

Browse files
committed
chore: Test and leave comment for upgrading to new CWS
1 parent 25ae69f commit 3dcf595

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/crawlers/chrome.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export async function crawlExtension(
77
): Promise<Gql.ChromeExtension | undefined> {
88
consola.info("Crawling " + id);
99
const url = `https://chrome.google.com/webstore/detail/${id}?hl=${lang}`;
10+
// TODO: Replace with new CWS URL when old store is deprecated - tested and everything works at this time
11+
// const url = `https://chromewebstore.google.com/detail/${id}?hl=${lang}`;
1012
const res = await fetch(url);
1113
if (res.status !== 200) return;
1214

0 commit comments

Comments
 (0)