diff --git a/src/common/config/index.ts b/src/common/config/index.ts index fb9e542a..5baa4f0c 100644 --- a/src/common/config/index.ts +++ b/src/common/config/index.ts @@ -86,9 +86,7 @@ export class Config extends EventEmitter { /** * Reload all sources of config data * - * @param {boolean} synchronize determines whether or not to emit a synchronize event once config has been reloaded * @emits {update} emitted once all data has been loaded and merged - * @emits {synchronize} emitted when requested by a call to method; used to notify other config instances of changes */ reload = (): void => { this.defaultConfigData = copy(defaultPreferences);