docx node code cleanup
This commit is contained in:
parent
6af00db86c
commit
8a3d47b92c
|
|
@ -18,7 +18,7 @@ class Docx_DocumentLoaders implements INode {
|
||||||
this.type = 'Document'
|
this.type = 'Document'
|
||||||
this.icon = 'Docx.png'
|
this.icon = 'Docx.png'
|
||||||
this.category = 'Document Loaders'
|
this.category = 'Document Loaders'
|
||||||
this.description = `Load data from Docx files`
|
this.description = `Load data from DOCX files`
|
||||||
this.baseClasses = [this.type]
|
this.baseClasses = [this.type]
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue