new(all): Auto import for logo, colors and website content.

This commit is contained in:
Rodrigo Rodriguez 2024-05-24 18:39:46 -03:00
parent 3ab47179ae
commit a857ca6287

View file

@ -665,7 +665,6 @@ export class GBConversationalService {
: fileUrl;
if (!isMedia) {
text = `\n${text}`;
text = text.substring(image.length).trim();
text = text.replace(/\n/g, "\\n");
}