mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-13 02:28:03 +00:00
fix: don't show kvstore in usages
This commit is contained in:
@@ -90,6 +90,9 @@ module.exports = eggspress('/drivers/usage', {
|
||||
if ( identifying_fields.service['driver.interface'] === 'puter-es' ) {
|
||||
continue;
|
||||
}
|
||||
if ( identifying_fields.service['driver.interface'] === 'puter-kvstore' ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const svc_driverUsage = req.services.get('driver-usage-policy');
|
||||
const policy = await svc_driverUsage.get_effective_policy({
|
||||
|
||||
Reference in New Issue
Block a user