summaryrefslogtreecommitdiff
path: root/scripts/stats/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stats/index.js')
-rw-r--r--scripts/stats/index.js2
1 files changed, 1 insertions, 1 deletions
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() {