Skip to content

Commit c2a1d44

Browse files
style: run prettier
1 parent 819d151 commit c2a1d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrate/migrate-bot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ ${html}
101101
const data = await response.json();
102102
const content = data.choices[0].message.content.trim();
103103

104-
if (content.includes('```mdx')) {
104+
if (content.includes("```mdx")) {
105105
return content.replace(/```mdx\s*([\s\S]*?)\s*```/g, "$1").trim();
106106
}
107-
107+
108108
return content;
109109
}
110110

0 commit comments

Comments
 (0)