From 8633a23d2851fbe57a9b5a6e41b09fba03891f11 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期日, 21 四月 2024 16:58:01 +0800
Subject: [PATCH] fix 修改设计器到期时间没有值问题

---
 src/api/monitor/cache/types.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/monitor/cache/types.ts b/src/api/monitor/cache/types.ts
index 540fafd..4017b65 100644
--- a/src/api/monitor/cache/types.ts
+++ b/src/api/monitor/cache/types.ts
@@ -1,7 +1,7 @@
 export interface CacheVO {
-	commandStats: Array<{ name: string; value: string }>;
+  commandStats: Array<{ name: string; value: string }>;
 
-	dbSize: number;
+  dbSize: number;
 
-	info: { [key: string]: string };
+  info: { [key: string]: string };
 }

--
Gitblit v1.9.3