From 6c673bd42cfe422e64936a3eaafac5288a446cc7 Mon Sep 17 00:00:00 2001 From: enzowritescode <1328683+enzowritescode@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:39:39 -0600 Subject: [PATCH] Fix outdated JSDoc comment (#3083) --- src/common/config/index.ts | 2 -- 1 file changed, 2 deletions(-) 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);