chore: remove out of scope formatting changes

This commit is contained in:
Dustin Healy 2025-08-13 20:59:08 -07:00
parent 6605b6c800
commit 800391b264
40 changed files with 121 additions and 107 deletions

View file

@ -29,7 +29,7 @@ function parseTranscript(transcriptResponse) {
.map((entry) => entry.text.trim())
.filter((text) => text)
.join(' ')
.replaceAll(''', "'");
.replaceAll(''', '\'');
}
function createYouTubeTools(fields = {}) {