Skip to content

Commit

Permalink
refactor(code-generator): removing unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
DivyMohan14 committed Jan 15, 2024
1 parent 28a663e commit ab51d3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit ab51d3b

Please sign in to comment.