mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Remove duplicate timestamp
property in Pushover
This commit is contained in:
parent
7194b1c3a1
commit
712bf25fab
|
@ -249,14 +249,6 @@ export class Pushover implements INodeType {
|
|||
default: '',
|
||||
description: "Your message's title, otherwise your app's name is used",
|
||||
},
|
||||
{
|
||||
displayName: 'Timestamp',
|
||||
name: 'timestamp',
|
||||
type: 'dateTime',
|
||||
default: '',
|
||||
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",
|
||||
},
|
||||
{
|
||||
displayName: 'URL',
|
||||
name: 'url',
|
||||
|
|
Loading…
Reference in a new issue