Skip to content

Commit 9c7d5af

Browse files
Fix persistence configs
1 parent e8cc962 commit 9c7d5af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/scripts/controller-init/assets/assets-contract-controller-init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export const AssetsContractControllerInit: ControllerInitFunction<
2727
return {
2828
controller,
2929
memStateKey: null,
30+
persistedStateKey: null,
3031
};
3132
};

app/scripts/controller-init/rewards-data-service-init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const RewardsDataServiceInit: ControllerInitFunction<
2222
});
2323

2424
return {
25+
persistedStateKey: null,
2526
controller,
2627
};
2728
};

0 commit comments

Comments
 (0)