From c348c183ae2b4ff1db6901286c2e94fc1af9e8fe Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:15:51 +0100 Subject: [PATCH] =?UTF-8?q?actually=20pass=20params=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bots/report-bundle-size.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/report-bundle-size.js b/bots/report-bundle-size.js index ab41d0cc4c5ff1..66e8fa286cc370 100644 --- a/bots/report-bundle-size.js +++ b/bots/report-bundle-size.js @@ -83,7 +83,7 @@ async function reportSizeStats(stats, replacePattern) { const document = (await datastore.getLatestDocument(collection, 'main')) || {}; const comment = formatBundleStats(document, stats); - createOrUpdateComment(comment, replacePattern); + createOrUpdateComment(params, comment, replacePattern); } await datastore.terminateStore(store);