fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (#9587)

This commit is contained in:
Eric Francis 2024-06-20 06:13:58 -07:00 committed by GitHub
parent c334ecb2ed
commit cdc2f9e7d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ export const nodeProperties: INodeProperties[] = [
name: 'dateFields', name: 'dateFields',
type: 'string', type: 'string',
default: '', default: '',
description: 'Comma separeted list of fields that will be parse as Mongo Date type', description: 'Comma separeted list of fields that will be parsed as Mongo Date type',
}, },
{ {
displayName: 'Use Dot Notation', displayName: 'Use Dot Notation',