mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix typo options.useSchemaRegistry -> useSchemaRegistry
This commit is contained in:
parent
e5e0929332
commit
87b0e99923
|
@ -193,7 +193,7 @@ export class KafkaTrigger implements INodeType {
|
||||||
} catch (error) { }
|
} catch (error) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.useSchemaRegistry) {
|
if (useSchemaRegistry) {
|
||||||
try {
|
try {
|
||||||
value = await registry.decode(message.value as Buffer);
|
value = await registry.decode(message.value as Buffer);
|
||||||
} catch (error) { }
|
} catch (error) { }
|
||||||
|
|
Loading…
Reference in a new issue