💥 Fix node names

This commit is contained in:
Jan Oberhauser
2020-05-12 15:08:19 +02:00
parent f982854245
commit 9c66a652fc
13 changed files with 61 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ const pdf = require('pdf-parse');
export class ReadPdf implements INodeType {
description: INodeTypeDescription = {
displayName: 'Read PDF',
name: 'Read PDF',
name: 'readPDF',
icon: 'fa:file-pdf',
group: ['input'],
version: 1,