mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Wrong variable
This commit is contained in:
parent
4a559e290e
commit
83288afd88
|
|
@ -26,7 +26,7 @@ export class ConfigManager {
|
|||
const config = await this.readConfig<T>();
|
||||
const internalConfig = await this.readInternalConfig<T>();
|
||||
|
||||
return this.mergeConfigs<T>(defaultConfig, config, internalConfig);
|
||||
return this.mergeConfigs<T>(configDefaults, config, internalConfig);
|
||||
}
|
||||
|
||||
getConfigPath() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue