Correct return type in docs

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
Jorik Schellekens 2020-04-28 14:27:18 +01:00 committed by GitHub
parent 93f24f12dc
commit 9ca843fdcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ export default class SettingsStore {
/**
* Gets the default value of a setting.
* @param {string} settingName The name of the setting to read the value of.
* @return {*} The value, or null if not found
* @return {*} The default value
*/
static getDefaultValue(settingName, roomId = null, excludeDefault = false) {
// Verify that the setting is actually a setting