mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Update Pushover.node.ts
Replace duplicate Timestamp field with the missing TTL field, fix for #10984
This commit is contained in:
parent
5c370c9235
commit
d531caf9bf
|
@ -251,12 +251,12 @@ export class Pushover implements INodeType {
|
||||||
description: "Your message's title, otherwise your app's name is used",
|
description: "Your message's title, otherwise your app's name is used",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Timestamp',
|
displayName: 'TTL',
|
||||||
name: 'timestamp',
|
name: 'ttl',
|
||||||
type: 'dateTime',
|
type: 'number',
|
||||||
default: '',
|
default: '',
|
||||||
description:
|
description:
|
||||||
"A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API",
|
"Time to Live in seconds, after which the message will be automatically deleted from the devices it was delivered to.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'URL',
|
displayName: 'URL',
|
||||||
|
|
Loading…
Reference in a new issue