We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22858d0 commit d5551aeCopy full SHA for d5551ae
valhalla/jawn/src/utils/streamParser.ts
@@ -1,6 +1,5 @@
1
export function consolidateTextFields(responseBody: any[]): any {
2
try {
3
- console.log("responseBody", responseBody[responseBody.length - 1]);
4
const consolidated = responseBody.reduce((acc, cur) => {
5
if (!cur) {
6
return acc;
0 commit comments