Skip to content

Commit c8559ec

Browse files
committed
Deploy Production Code for Commit c91f662 🚀
1 parent c91f662 commit c8559ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function generateTemplate(response, action) {
121121
? user.tier.monthlyPriceInCents
122122
: 0) <= action.maximum);
123123
}
124-
(0, core_1.info)(`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
124+
(0, core_1.info)(`Found ${filteredSponsors.length} matching sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
125125
/**
126126
* If there are no valid sponsors then we return the provided fallback.
127127
*/

0 commit comments

Comments
 (0)