mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-14 10:52:34 +00:00
Biome update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user