Skip to content

Commit 1012b3a

Browse files
style: format code
1 parent b889da4 commit 1012b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate/migrate-bot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function fetchPageContent(
6969
const html = await response.text();
7070
const dom = new JSDOM(html);
7171
const contentElement = dom.window.document.querySelector("#mw-content-text");
72-
contentElement?.querySelector('.t-navbar')?.remove();
72+
contentElement?.querySelector(".t-navbar")?.remove();
7373
const headingElement = dom.window.document.querySelector("#firstHeading");
7474
if (!contentElement) {
7575
throw new Error("Could not find #mw-content-text");

0 commit comments

Comments
 (0)