Skip to content

Commit 7935880

Browse files
committed
fix: fixed state metadata
1 parent a588e72 commit 7935880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subscription-controller/src/SubscriptionController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const subscriptionControllerMetadata: StateMetadata<SubscriptionControllerState>
199199
lastSelectedPaymentMethod: {
200200
includeInStateLogs: false,
201201
persist: true,
202-
anonymous: false,
202+
includeInDebugSnapshot: false,
203203
usedInUi: true,
204204
},
205205
};

0 commit comments

Comments
 (0)