diff --git a/scripts/stats/index.js b/scripts/stats/index.js index 7cea7bf4f..88e7725ae 100644 --- a/scripts/stats/index.js +++ b/scripts/stats/index.js @@ -58,7 +58,7 @@ async function countCommits(since) { owner, repo, since: since.toISOString(), - }) + }); } export async function run() {