Fix outdated JSDoc comment (#3083)

This commit is contained in:
enzowritescode 2024-07-15 08:39:39 -06:00 committed by GitHub
parent fdf1096494
commit 6c673bd42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,9 +86,7 @@ export class Config extends EventEmitter {
/** /**
* Reload all sources of config data * 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 {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 => { reload = (): void => {
this.defaultConfigData = copy(defaultPreferences); this.defaultConfigData = copy(defaultPreferences);