Biome update

This commit is contained in:
Jamie Curnow
2025-09-10 21:38:02 +10:00
parent cde7460b5e
commit 9682de1830
9 changed files with 95 additions and 95 deletions

View File

@@ -515,7 +515,7 @@ const internalAccessList = {
batchflow(list.items)
.sequential()
.each((_i, item, next) => {
if (typeof item.password !== "undefined" && item.password.length) {
if (item.password?.length) {
logger.info(`Adding: ${item.username}`);
utils