mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
parent
78fa20058f
commit
e9b3907859
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ class LocalStorage implements IStorage {
|
|||
const {packages} = this.config;
|
||||
|
||||
if (packages) {
|
||||
const listPackagesConf = Object.keys(packages || {});
|
||||
const listPackagesConf = Object.keys(packages);
|
||||
|
||||
listPackagesConf.map( (pkg) => {
|
||||
if (packages[pkg].storage) {
|
||||
|
|
Loading…
Add table
Reference in a new issue