Skip to content

Commit cf6b6e7

Browse files
matt-aitkenclaude
andauthored
Fix realtime connections pricing tier from 100 to 1000 (#3131)
Closes # ## ✅ Checklist - [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [ ] The PR title follows the convention. - [ ] I ran and tested the code works --- ## Testing Verified the pricing definition displays the correct tier amount on the plan selection page. --- ## Changelog Fixed incorrect pricing tier for additional realtime connections from $10/month per 100 to $10/month per 1000. --- ## Screenshots N/A 💯 https://claude.ai/code/session_015QrZZJHPWta3QCBnhX2Pff Co-authored-by: Claude <noreply@anthropic.com>
1 parent bed3789 commit cf6b6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const pricingDefinitions = {
210210
},
211211
additionalRealtimeConnections: {
212212
title: "Additional Realtime connections",
213-
content: "Then $10/month per 100",
213+
content: "Then $10/month per 1000",
214214
},
215215
additionalSeats: {
216216
title: "Additional seats",

0 commit comments

Comments
 (0)