From 4a049ed6bf58870887a21fa00c434691ccc65fe1 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Mon, 19 Jun 2023 11:46:34 +0200 Subject: [PATCH] Revert "build: change file with no testable content" This reverts commit 05974b67c7ac455fdd1f09b1141268a98085db89. --- packages/editor-ui/src/constants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/editor-ui/src/constants.ts b/packages/editor-ui/src/constants.ts index 27fa70f156..a6902c6a84 100644 --- a/packages/editor-ui/src/constants.ts +++ b/packages/editor-ui/src/constants.ts @@ -571,5 +571,3 @@ export const CLOUD_BASE_URL_STAGING = 'https://stage-api.n8n.cloud'; export const CLOUD_BASE_URL_PRODUCTION = 'https://api.n8n.cloud'; export const CLOUD_TRIAL_CHECK_INTERVAL = 5000; - -export const TEST = 'test';