Skip to content

Commit be83547

Browse files
committed
fix: widen isBackupAndSyncEnabled type to accept null
1 parent 36565d8 commit be83547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/profile-sync-controller/src/controllers/user-storage/UserStorageController.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type UserStorageControllerState = {
5959
/**
6060
* Condition used by UI and to determine if we can use some of the User Storage methods.
6161
*/
62-
isBackupAndSyncEnabled: boolean;
62+
isBackupAndSyncEnabled: boolean | null;
6363
/**
6464
* Loading state for the backup and sync update
6565
*/

0 commit comments

Comments
 (0)