fix(HubSpot Node): fix typo in deal search operator (#4278)

This commit is contained in:
Jonathan Bennetts 2022-10-11 08:49:25 +01:00 committed by GitHub
parent f914e6f4cb
commit a2a397e980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,7 +617,7 @@ export const dealFields: INodeProperties[] = [
options: [ options: [
{ {
name: 'Contains Exactly', name: 'Contains Exactly',
value: 'CONSTAIN_TOKEN', value: 'CONTAINS_TOKEN',
}, },
{ {
name: 'Equal', name: 'Equal',