We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91f662 commit c8559ecCopy full SHA for c8559ec
lib/template.js
@@ -121,7 +121,7 @@ function generateTemplate(response, action) {
121
? user.tier.monthlyPriceInCents
122
: 0) <= action.maximum);
123
}
124
- (0, core_1.info)(`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
+ (0, core_1.info)(`Found ${filteredSponsors.length} matching sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
125
/**
126
* If there are no valid sponsors then we return the provided fallback.
127
*/
0 commit comments