Removing IDE added zod import.

This commit is contained in:
mike12345567 2025-02-12 10:32:05 +00:00
parent dd75edc184
commit 1624538241
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ import {
import send from "koa-send"
import { getThemeVariables } from "../../../constants/themes"
import { undefined } from "zod"
export const toggleBetaUiFeature = async function (
ctx: Ctx<void, ToggleBetaFeatureResponse>