From 3103d98178d0a23b106845b937dc1c105e65e4ec Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:38:40 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- server/model/domain_expiry.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/model/domain_expiry.js b/server/model/domain_expiry.js index 261a0e21d..f1f66c863 100644 --- a/server/model/domain_expiry.js +++ b/server/model/domain_expiry.js @@ -10,9 +10,9 @@ const dayjs = require("dayjs"); const cachedFetch = process.env.NODE_ENV ? NodeFetchCache.create({ - // cache for 8h - cache: new MemoryCache({ ttl: 1000 * 60 * 60 * 8 }), - }) + // cache for 8h + cache: new MemoryCache({ ttl: 1000 * 60 * 60 * 8 }), + }) : fetch; /**