fix linting issue
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 15s

This commit is contained in:
alu
2026-08-26 20:56:52 +00:00
parent da92ce9ea0
commit 4557586e88
+2 -2
View File
@@ -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`);
}
}