This commit is contained in:
Mark Ceter
2023-05-21 10:52:11 +00:00
parent 5c7e14c287
commit f2ecac0d79
2 changed files with 3 additions and 3 deletions

View File

@ -262,4 +262,4 @@ export function splitRecursive(input, length, delimitiers = ['\n\n', '\n', ' ',
result.push(currentChunk);
}
return result;
}
}