From 8801760aa6155339a9745d1b921ee853d7c622e6 Mon Sep 17 00:00:00 2001 From: BluJ Date: Wed, 3 May 2023 13:42:50 -0600 Subject: [PATCH] chore: Remove dead code test --- lib/config/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/constants.ts b/lib/config/constants.ts index c098b12..b2e4002 100644 --- a/lib/config/constants.ts +++ b/lib/config/constants.ts @@ -59,4 +59,3 @@ export const smtpConfig = Value.filteredUnion(async ({ effects, utils }) => { }, }), ) -type test = typeof smtpConfig.validator._TYPE