chore: code formatting

This commit is contained in:
github-actions[bot]
2023-09-12 02:57:49 +00:00
parent 2e12f12147
commit fc8615fafe

View File

@@ -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") {