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);