Remove duplicate timestamp property in Pushover

This commit is contained in:
Nihaal Sangha 2024-08-23 16:17:05 +01:00 committed by GitHub
parent 7194b1c3a1
commit 712bf25fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',