Correct return type in docs

Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
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

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