chore: version bump

This commit is contained in:
Timothy Jaeryang Baek
2024-11-26 01:43:28 -08:00
parent b173f86690
commit 38eb6abbfc
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import { TTS_RESPONSE_SPLIT } from '$lib/types';
//////////////////////////
function escapeRegExp(string: string): string {
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
}
export const replaceTokens = (content, sourceIds, char, user) => {