Skip to content

Commit

Permalink
Deploy Production Code for Commit c91f662 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 26, 2024
1 parent c91f662 commit c8559ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function generateTemplate(response, action) {
? user.tier.monthlyPriceInCents
: 0) <= action.maximum);
}
(0, core_1.info)(`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
(0, core_1.info)(`Found ${filteredSponsors.length} matching sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
/**
* If there are no valid sponsors then we return the provided fallback.
*/
Expand Down

0 comments on commit c8559ec

Please sign in to comment.