From 9cb4200a8de94deffa9c7fc101656bba682e4cfb Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 23 Jan 2026 10:08:07 -0800 Subject: [PATCH] =?UTF-8?q?chore(src):=20=F0=9F=94=A7=20Update=20TypeScrip?= =?UTF-8?q?t=20imports=20in=20main.ts=20to=20align=20with=20new=20dependen?= =?UTF-8?q?cy=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/webmap/router/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/webmap/router/src/main.ts b/features/webmap/router/src/main.ts index bcb898f83..e701e3de9 100755 --- a/features/webmap/router/src/main.ts +++ b/features/webmap/router/src/main.ts @@ -64,7 +64,7 @@ async function main() { { name: 'postgres', status: dbStatus, - latency: dbResponseTime, + responseTime: dbResponseTime, lastCheck: new Date(), message: dbError, },