From 663bb24f78d619622b050ab5d434d3ad3a1e9816 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Thu, 30 Nov 2023 01:30:31 +0200 Subject: [PATCH] Fix in-memory cache bug when there is only one entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 902ebfbc..3c09a671 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@lukeed/ms": "^2.0.1", "fastify-plugin": "^4.0.0", - "toad-cache": "^3.3.0" + "toad-cache": "^3.3.1" }, "publishConfig": { "access": "public"