f
This commit is contained in:
parent
399189e7fa
commit
e70528632f
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -75,7 +75,7 @@ async function siteCollector(user, path, site, useLimit) {
|
|||
let penv = process.env.user || 'paradock';
|
||||
penv = penv.split(',');
|
||||
|
||||
let users = penv;
|
||||
let users = [...penv];
|
||||
let legal = [];
|
||||
|
||||
let depth = process.env.depth || 1;
|
||||
|
|
Loading…
Reference in a new issue