From c8559ec72c9960736d5939a68447e66e0a393b90 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 26 Oct 2024 15:35:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20Production=20Code=20for=20Commit=20c91?= =?UTF-8?q?f66270559941f01d492eb70a6a3b82a5307c7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.js b/lib/template.js index 0cf9c07e0..3f2623166 100644 --- a/lib/template.js +++ b/lib/template.js @@ -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. */