From fc8615fafe42c6fd5ff1d5eed924d11598a75b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:57:49 +0000 Subject: [PATCH] chore: code formatting --- source/plugins/achievements/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/achievements/index.mjs b/source/plugins/achievements/index.mjs index 0647d47c..d0080aab 100644 --- a/source/plugins/achievements/index.mjs +++ b/source/plugins/achievements/index.mjs @@ -81,7 +81,7 @@ async function total({imports, graphql, queries}) { //Setup using GraphQL if (method === "graphql") { const queried = await graphql(queries.achievements.total()) - Object.assign(total, Object.fromEntries(Object.entries(queried).map(([key, {count:value}]) => [key, value]))) + Object.assign(total, Object.fromEntries(Object.entries(queried).map(([key, {count: value}]) => [key, value]))) } //Setup using browser if (method === "browser") {