chore: remove $nowISO from pre-defined variables list

This commit is contained in:
jamesgeorge007
2024-10-01 12:50:13 +05:30
parent 0b5a424b69
commit 9e6b8b6e40

View File

@@ -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.",