2 - Quick clean up.

This commit is contained in:
Caleb Campbell
2025-12-20 09:29:09 +11:00
parent 6973fdcbdc
commit 3e4c37bd77

View File

@@ -106,7 +106,7 @@ export class PassageSuggest extends EditorSuggest<PassageSuggestion> {
});
// suggest
const excerpt = this.generateExcerpt(texts[0]);
const excerpt = this.generateExcerpt(texts[0]);
const text = this.formatTexts(texts, passageRef, context);
return [{ excerpt, text }];
}