@runnerpro/backend 1.14.17 → 1.14.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -497,6 +497,8 @@ Sigue estas reglas estrictamente:
|
|
|
497
497
|
**Texto Corregido:**
|
|
498
498
|
`);
|
|
499
499
|
textCorregido = textCorregido.replace(/[¡¿]/g, '');
|
|
500
|
+
// Eliminar el último punto de las frases
|
|
501
|
+
textCorregido = textCorregido.trim().replace(/\.$/, '');
|
|
500
502
|
return textCorregido;
|
|
501
503
|
}
|
|
502
504
|
catch (error) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../../../../src/chat/api/conversation.ts"],"names":[],"mappings":"AAkBA,QAAA,MAAM,iBAAiB,0BAA2B,GAAG,SA0BpD,CAAC;
|
|
1
|
+
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../../../../src/chat/api/conversation.ts"],"names":[],"mappings":"AAkBA,QAAA,MAAM,iBAAiB,0BAA2B,GAAG,SA0BpD,CAAC;AAygBF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|