mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
@@ -101,7 +101,7 @@ const list = new Map();
|
||||
|
||||
for (const storeData of config.store.stores) {
|
||||
if (masterList.has(storeData.name)) {
|
||||
list.set(storeData.name, {...masterList.get(storeData.name), storeData});
|
||||
list.set(storeData.name, {...masterList.get(storeData.name), ...storeData});
|
||||
} else {
|
||||
const logString = `No store named ${storeData.name}, skipping.`;
|
||||
logger.warn(logString);
|
||||
|
||||
Reference in New Issue
Block a user