fix: Reverse order of actives in loadLoreBookV3Prompt

This commit is contained in:
kwaroran
2024-05-27 03:03:36 +09:00
parent f5c4978f8c
commit 5f94ad2394

View File

@@ -511,7 +511,7 @@ export async function loadLoreBookV3Prompt(){
}) })
return { return {
actives: activesFiltered, actives: activesFiltered.reverse()
} }
} }