mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-08 14:09:50 -06:00
Bug fixes
This commit is contained in:
@@ -122,7 +122,7 @@ module.exports.exportConfig = async () => {
|
||||
|
||||
let configValues = await config.findAll();
|
||||
for (let i = 0; i < configValues.length; i++) {
|
||||
if (configValues[i].key === "password") continue;
|
||||
if (configValues[i].key === "password" || configValues[i].key === "interface") continue;
|
||||
obj.config[configValues[i].key] = configValues[i].value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user