Conform more code to strict null checking (#10167)
* Conform more code to strict null checking * Delint * Iterate PR based on feedback
This commit is contained in:
@@ -41,7 +41,7 @@ export default abstract class SettingController {
|
||||
level: SettingLevel,
|
||||
roomId: string | null,
|
||||
calculatedValue: any,
|
||||
calculatedAtLevel: SettingLevel,
|
||||
calculatedAtLevel: SettingLevel | null,
|
||||
): any {
|
||||
return null; // no override
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user