fix: remove 'class=' error

This commit is contained in:
Daniel Avila 2023-03-25 09:55:33 -04:00
parent c5561434c8
commit 394cdcd9f4

View file

@ -2,7 +2,7 @@ const _ = require('lodash');
const citationRegex = /\[\^\d+?\^]/g;
const backtick = /(?<!`)[`](?!`)/g;
// const singleBacktick = /(?<!`)[`](?!`)/;
const cursorDefault = '<span class="result-streaming">█</span>';
const cursorDefault = '<span className="result-streaming">█</span>';
const { getCitations, citeText } = require('../../app/');
const handleError = (res, message) => {