-
Notifications
You must be signed in to change notification settings - Fork 12
Add conditional if the count passes 500 #311
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The 5 commits in the Pull Request indicate that there were changes made to the logic that determines whether to show the count or invite users to pay. Commit 1 added a condition that checks if the count exceeds 500 before showing the invitation. Commit 2 replaced all indexed information with an invitation to pay. Commit 3 removed the logic from the markdown helper. Commit 4 removed a console log. Commit 5 unwrapped the commenting logic from being below the threshold and replaced the comment with a billing link using an if statement that doesn't wrap the commenting logic. Overall, these changes aim to fix the issue of not inviting users to the billing link and enable monetization experiments. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
…nt with billing link with an if statement that doesn't wrap the commenting logic.
closes #308 |
Description
This fix helps us keep trying monetization experiments. We were always showing the count and not inviting people to go to the billing link (Calendly).
Type of change
Notes
This is how it looks
on my private personal repo
Acceptance