@runnerpro/backend 1.14.12 → 1.14.13
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.
|
@@ -487,7 +487,7 @@ Sigue estas reglas estrictamente:
|
|
|
487
487
|
**Texto Original:** ${text}
|
|
488
488
|
**Texto Corregido:**
|
|
489
489
|
`);
|
|
490
|
-
textCorregido = textCorregido.replace(
|
|
490
|
+
textCorregido = textCorregido.replace(/[¡¿]/g, '');
|
|
491
491
|
return textCorregido;
|
|
492
492
|
}
|
|
493
493
|
catch (error) {
|