mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -27,7 +27,7 @@ export class Mocean implements INodeType {
|
||||
{
|
||||
name: 'moceanApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
// Node properties which the user gets displayed and
|
||||
@@ -44,7 +44,7 @@ export class Mocean implements INodeType {
|
||||
{
|
||||
name: 'Voice',
|
||||
value: 'voice',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'sms',
|
||||
},
|
||||
@@ -119,23 +119,23 @@ export class Mocean implements INodeType {
|
||||
options:[
|
||||
{
|
||||
name: 'Chinese Mandarin (China)',
|
||||
value: 'cmn-CN'
|
||||
value: 'cmn-CN',
|
||||
},
|
||||
{
|
||||
name: 'English (United Kingdom)',
|
||||
value: 'en-GB'
|
||||
value: 'en-GB',
|
||||
},
|
||||
{
|
||||
name: 'English (United States)',
|
||||
value: 'en-US'
|
||||
value: 'en-US',
|
||||
},
|
||||
{
|
||||
name: 'Japanese (Japan)',
|
||||
value: 'ja-JP'
|
||||
value: 'ja-JP',
|
||||
},
|
||||
{
|
||||
name: 'Korean (Korea)',
|
||||
value: 'ko-KR'
|
||||
value: 'ko-KR',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
@@ -209,7 +209,7 @@ export class Mocean implements INodeType {
|
||||
action: 'say',
|
||||
language,
|
||||
text,
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
dataKey = 'voice';
|
||||
|
||||
Reference in New Issue
Block a user