From 74372a7d269882fe8bbcbf02a85a79296d58668f Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Wed, 1 Sep 2021 02:51:36 +0000 Subject: [PATCH] [ci] yarn format --- scripts/stats/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {