Conform more of the codebase to strictNullChecks (#10672)
* Conform more of the codebase to `strictNullChecks` * Iterate * Iterate * Iterate * Iterate * Conform more of the codebase to `strictNullChecks` * Iterate * Update record key
This commit is contained in:
committed by
GitHub
parent
792a39a39b
commit
be5928cb64
@@ -28,7 +28,7 @@ export const deviceNotificationSettingsKeys = [
|
||||
"audioNotificationsEnabled",
|
||||
];
|
||||
|
||||
export function getLocalNotificationAccountDataEventType(deviceId: string): string {
|
||||
export function getLocalNotificationAccountDataEventType(deviceId: string | null): string {
|
||||
return `${LOCAL_NOTIFICATION_SETTINGS_PREFIX.name}.${deviceId}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user