From 994dfda28b13bad5844c4f3ba3896513ba534a04 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Sat, 5 Oct 2024 23:17:51 +0800 Subject: [PATCH] chore(cache): lint fix --- packages/cache/src/lib/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cache/src/lib/types.ts b/packages/cache/src/lib/types.ts index 18269475d..0d413ca55 100644 --- a/packages/cache/src/lib/types.ts +++ b/packages/cache/src/lib/types.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/ban-types */ /* eslint-disable @typescript-eslint/no-explicit-any */ import type { CacheManagerOptions, CachingFactory } from '@midwayjs/cache-manager' import type { TraceService } from '@mwcp/otel'