From 4557586e882fc704546d6406577244ab49442b3d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 26 Aug 2026 20:56:52 +0000 Subject: [PATCH] fix linting issue --- src/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.js b/src/utils.js index 650e397..cfd77b8 100644 --- a/src/utils.js +++ b/src/utils.js @@ -128,8 +128,8 @@ export async function getPoolResources (req, pool) { // pool's resource config included a resource which was not in the metadata config // delete it from the config // remeber that a resource requested with no config limit is default deny - delete poolConfigResources[resourceName] - console.log(`utils: pool had resource key ${resourceName} which is not in the config.json`) + delete poolConfigResources[resourceName]; + console.log(`utils: pool had resource key ${resourceName} which is not in the config.json`); } }