docs(plugins): minor short description changes

This commit is contained in:
lowlighter
2022-01-18 12:43:17 -05:00
parent 2c8c691f53
commit 0d25bf7689
7 changed files with 17 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ export default async function({login, q, imports, data, account}, {enabled = fal
))
const count = lists.length
console.debug(`metrics/compute/${login}/plugins > starlists > found [${lists.map(({name}) => name)}]`)
console.log(">>>>> DEBUG", lists.map(({name}) => name), lists.map(({name}) => imports.stripemojis(name ?? "").trim().toLocaleLowerCase()), only, ignored)
lists = lists
.filter(({name}) => {
name = imports.stripemojis(name ?? "").trim().toLocaleLowerCase()