trigger CI: actual file change
All checks were successful
BotServer CI / build (push) Successful in 19m24s

This commit is contained in:
Rodrigo Rodriguez 2026-04-30 15:40:54 -03:00
parent 9a92d33568
commit 2cf30ac388

View file

@ -875,3 +875,4 @@ fn extract_text_from_word_document(stream_data: &[u8]) -> String {
.collect::<Vec<_>>() .collect::<Vec<_>>()
.join(" ") .join(" ")
} }