diff --git a/frontend/src/helpers/parseEnvVar.ts b/frontend/src/helpers/parseEnvVar.ts index d2e39899e..8bde05084 100644 --- a/frontend/src/helpers/parseEnvVar.ts +++ b/frontend/src/helpers/parseEnvVar.ts @@ -15,7 +15,6 @@ export const getKeyValue = (pastedContent: string, delimiters: string[]) => { } }); - // Check if there's any content after the delimiter const hasValueAfterDelimiter = pastedContent.length > firstDelimiterIndex + foundDelimiter.length; if (firstDelimiterIndex === -1 || !hasValueAfterDelimiter) {