Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetreayush committed May 8, 2024
1 parent f0551c8 commit 653a6c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/features/ee/workflows/pages/workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { z } from "zod";

import Shell, { ShellMain } from "@calcom/features/shell/Shell";
import { classNames } from "@calcom/lib";
import { CALCOM_ENV, SENDER_ID } from "@calcom/lib/constants";
import { SENDER_ID } from "@calcom/lib/constants";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { useParamsWithFallback } from "@calcom/lib/hooks/useParamsWithFallback";
import { HttpError } from "@calcom/lib/http-error";
Expand Down Expand Up @@ -48,8 +48,6 @@ export function onlyLettersNumbersSpaces(str: string) {
return false;
}

const IS_DEV = CALCOM_ENV === "development";

const formSchema = z.object({
name: z.string(),
activeOn: z.object({ value: z.string(), label: z.string() }).array(),
Expand Down

0 comments on commit 653a6c2

Please sign in to comment.