mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Revert wrong "fix" of node name
This commit is contained in:
parent
cdcbc3d256
commit
9957c81f13
|
@ -38,7 +38,7 @@ export class Plivo implements INodeType {
|
||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Send SMS/MMS messages or make phone calls',
|
description: 'Send SMS/MMS messages or make phone calls',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'plivo',
|
name: 'Plivo',
|
||||||
color: '#43A046',
|
color: '#43A046',
|
||||||
},
|
},
|
||||||
inputs: ['main'],
|
inputs: ['main'],
|
||||||
|
|
Loading…
Reference in a new issue