From 9e6b8b6e40c049f18b2656b11705f1d4566e6d9a Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:50:13 +0530 Subject: [PATCH] chore: remove `$nowISO` from pre-defined variables list --- packages/hoppscotch-data/src/predefinedVariables.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/hoppscotch-data/src/predefinedVariables.ts b/packages/hoppscotch-data/src/predefinedVariables.ts index 07d219496..4da810ea5 100644 --- a/packages/hoppscotch-data/src/predefinedVariables.ts +++ b/packages/hoppscotch-data/src/predefinedVariables.ts @@ -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.",