We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c952a commit 1a0903bCopy full SHA for 1a0903b
src/ingestor.ts
@@ -148,7 +148,7 @@ export default async function ingestor(req) {
148
end: message.end,
149
snapshot: message.snapshot,
150
metadata: {
151
- plugins: JSON.parse(message.plugins)
+ plugins: jsonParse(message.plugins, {})
152
},
153
type: message.type,
154
app: message.app || ''
@@ -173,7 +173,7 @@ export default async function ingestor(req) {
173
choices: message.choices,
174
labels: message.labels || [],
175
176
177
178
type: message.type
179
};
0 commit comments