Skip to content

Commit 8d64391

Browse files
fix(billing): update stale comment to match underscore separator
1 parent 459c209 commit 8d64391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/billing/controllers/billing.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const getUsage = async (req, res) => {
7373
// Get usage counters (includes month field)
7474
const usage = await BillingUsageService.get(req.organization._id.toString());
7575

76-
// Flatten quotas config into { "resource.action": limit } format
76+
// Flatten quotas config into { "resource_action": limit } format
7777
// Normalize Infinity to null for JSON-safe serialization
7878
const quotas = config.billing?.quotas;
7979
let limits = {};

0 commit comments

Comments
 (0)