chore: remove $nowISO from pre-defined variables list
This commit is contained in:
@@ -28,11 +28,6 @@ export const HOPP_SUPPORTED_PREDEFINED_VARIABLES: PredefinedVariable[] = [
|
|||||||
return guid
|
return guid
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "$nowISO",
|
|
||||||
description: "Current date and time in ISO-8601 format.",
|
|
||||||
getValue: () => new Date().toISOString(),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "$timestamp",
|
key: "$timestamp",
|
||||||
description: "The current UNIX timestamp in seconds.",
|
description: "The current UNIX timestamp in seconds.",
|
||||||
|
|||||||
Reference in New Issue
Block a user