Fix calculatedAtLevel definition
This commit is contained in:
parent
7f404b0fe5
commit
ad7c94917d
4 changed files with 20 additions and 5 deletions
|
@ -402,7 +402,7 @@ export default class SettingsStore {
|
|||
level: SettingLevel,
|
||||
roomId: string,
|
||||
calculatedValue: any,
|
||||
calculatedAtLevel: any,
|
||||
calculatedAtLevel: SettingLevel,
|
||||
): any {
|
||||
let resultingValue = calculatedValue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue