From 013b9f87726f93d823da06908ea9222fe11ae782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:18:25 +0000 Subject: [PATCH] chore: code formatting --- source/plugins/core/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/core/index.mjs b/source/plugins/core/index.mjs index 25fb23f4..57c65261 100644 --- a/source/plugins/core/index.mjs +++ b/source/plugins/core/index.mjs @@ -144,7 +144,7 @@ export default async function({login, q}, {conf, data, rest, graphql, plugins, q console.debug(`metrics/compute/${login} > applying dflag --cakeday`) computed.cakeday = true } - if ((dflags.includes("--halloween"))||(dflags.includes("--winter"))) { + if ((dflags.includes("--halloween")) || (dflags.includes("--winter"))) { const color = dflags.find(color => ["--halloween", "--winter"].includes(color)).replace("--", "") console.debug(`metrics/compute/${login} > applying dflag --halloween`) //Color replacer