fix linting issue
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 15s
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 15s
This commit is contained in:
+2
-2
@@ -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`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user