chore: remove $nowISO from pre-defined variables list
This commit is contained in:
parent
0b5a424b69
commit
9e6b8b6e40
1 changed files with 0 additions and 5 deletions
|
|
@ -28,11 +28,6 @@ export const HOPP_SUPPORTED_PREDEFINED_VARIABLES: PredefinedVariable[] = [
|
|||
return guid
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "$nowISO",
|
||||
description: "Current date and time in ISO-8601 format.",
|
||||
getValue: () => new Date().toISOString(),
|
||||
},
|
||||
{
|
||||
key: "$timestamp",
|
||||
description: "The current UNIX timestamp in seconds.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue