From fa1780a61fbd90b26daf88bc2c92b0738737445c Mon Sep 17 00:00:00 2001 From: Sameer Dev Date: Mon, 13 Jan 2025 08:15:31 +0000 Subject: [PATCH] code update recorded at: 13/01/25 08:15:31 --- handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 3116be6..29f31a6 100644 --- a/handler.js +++ b/handler.js @@ -162,7 +162,7 @@ export const handler = async (req, res) => { const { command, key, value, ttl, secretData } = body; const client = await getOrCreateConnection({ secretData }); - console.log("ttl",ttl) + console.log("ttl", ttl, ttl || 0) var result if (command === "GET") { result = await client.get(key);