Skip to content

Commit 43b31c2

Browse files
committed
reformat
1 parent f1ca044 commit 43b31c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/checkLinks.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ async function main() {
99
const browserInstance = await chromium.launch();
1010
const baseUrl = process.env.BASE_URL || 'https://www.docs.sei.io/';
1111
await crawlPages(baseUrl, browserInstance, 'main');
12-
1312
fs.writeFileSync('brokenLinks.json', JSON.stringify([...brokenLinks], null, 2));
1413

1514
if (brokenLinks.size > 0) {

0 commit comments

Comments
 (0)