From ab51d3b51c05d691992e50ea3e477321712b136e Mon Sep 17 00:00:00 2001 From: Divy Mohan Rai Date: Mon, 15 Jan 2024 10:50:49 +0530 Subject: [PATCH] refactor(code-generator): removing unwanted import --- .../Collection/CollectionItem/GenerateCodeItem/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/index.js b/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/index.js index c75a0e9719..0a9b3b77e3 100644 --- a/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/index.js +++ b/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/index.js @@ -6,7 +6,6 @@ import { isValidUrl } from 'utils/url/index'; import get from 'lodash/get'; import handlebars from 'handlebars'; import { findEnvironmentInCollection } from 'utils/collections'; -import { uuid } from 'utils/common'; const interpolateUrl = ({ url, envVars, collectionVariables, processEnvVars }) => { if (!url || !url.length || typeof url !== 'string') {