Biome update

This commit is contained in:
Jamie Curnow
2025-09-10 21:38:02 +10:00
parent fb2708d81d
commit d40e290a89
7 changed files with 50 additions and 50 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