Skip to content

Commit ba9c68a

Browse files
ci: fix
1 parent e5af6fc commit ba9c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate/migrate-bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function fetchPageContent(url) {
5555
}
5656

5757
async function convertToMDX(html, title, url) {
58-
const prompt = await readFile(__dirname + "/PROMPT.md", "utf8").replace(
58+
const prompt = (await readFile(__dirname + "/PROMPT.md", "utf8")).replace(
5959
"{{LLM_DOCS}}",
6060
await readFile(
6161
__dirname +

0 commit comments

Comments
 (0)