Skip to content

Commit

Permalink
actually pass params 馃う
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Nov 1, 2021
1 parent ad2a63b commit c348c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/report-bundle-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c348c18

Please sign in to comment.