Skip to content

Commit 72154e0

Browse files
committed
style(billing): satisfy biome ci formatting
Generated-By: PostHog Code Task-Id: 1039ea23-9930-44e2-9888-b05cf8b129ec
1 parent a24f438 commit 72154e0

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

packages/core/src/usage/usage-monitor.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,7 @@ describe("UsageMonitorService", () => {
260260
service = makeService(mockGateway(usage), makeActivityMonitor());
261261
const thresholds: unknown[] = [];
262262
const updates: unknown[] = [];
263-
service.on(UsageMonitorEvent.ThresholdCrossed, (e) =>
264-
thresholds.push(e),
265-
);
263+
service.on(UsageMonitorEvent.ThresholdCrossed, (e) => thresholds.push(e));
266264
service.on(UsageMonitorEvent.UsageUpdated, (u) => updates.push(u));
267265

268266
await service.fetchOnce();

packages/ui/src/features/billing/UsageBillingAnnouncementModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export function UsageBillingAnnouncementModal() {
9191
</>
9292
) : (
9393
<>
94-
• A default <Text weight="medium">$50/month</Text> spend
95-
limit applies — adjust it any time in billing settings.
94+
• A default <Text weight="medium">$50/month</Text> spend limit
95+
applies — adjust it any time in billing settings.
9696
</>
9797
)}
9898
</Text>

0 commit comments

Comments
 (0)