chore: code formatting
This commit is contained in:
@@ -81,7 +81,7 @@ async function total({imports, graphql, queries}) {
|
|||||||
//Setup using GraphQL
|
//Setup using GraphQL
|
||||||
if (method === "graphql") {
|
if (method === "graphql") {
|
||||||
const queried = await graphql(queries.achievements.total())
|
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
|
//Setup using browser
|
||||||
if (method === "browser") {
|
if (method === "browser") {
|
||||||
|
|||||||
Reference in New Issue
Block a user