We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0938c commit 197768cCopy full SHA for 197768c
1 file changed
modules/billing/README.md
@@ -53,7 +53,7 @@ await BillingUsageService.increment(organizationId, 'documents.create', 1);
53
Listen for plan changes in downstream modules:
54
55
```js
56
-import { billingEvents } from '../billing/lib/events.js';
+import billingEvents from '../billing/lib/events.js';
57
58
billingEvents.on('plan.changed', ({ organizationId, previousPlan, newPlan, isDowngrade }) => {
59
if (isDowngrade) {
0 commit comments