chore: code formatting
This commit is contained in:
@@ -144,7 +144,7 @@ export default async function({login, q}, {conf, data, rest, graphql, plugins, q
|
|||||||
console.debug(`metrics/compute/${login} > applying dflag --cakeday`)
|
console.debug(`metrics/compute/${login} > applying dflag --cakeday`)
|
||||||
computed.cakeday = true
|
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("--", "")
|
const color = dflags.find(color => ["--halloween", "--winter"].includes(color)).replace("--", "")
|
||||||
console.debug(`metrics/compute/${login} > applying dflag --halloween`)
|
console.debug(`metrics/compute/${login} > applying dflag --halloween`)
|
||||||
//Color replacer
|
//Color replacer
|
||||||
|
|||||||
Reference in New Issue
Block a user