Skip to content

Commit 3639ff0

Browse files
committed
Merge branch 'arshavir/force-sync-all-indices' of github.com:dfinity/internet-identity into arshavir/force-sync-all-indices
2 parents 38062e6 + 11d84dc commit 3639ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internet_identity/src/storage.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,7 @@ impl<M: Memory + Clone> Storage<M> {
733733
&storable_anchor.recovery_keys.unwrap_or_default(),
734734
);
735735

736-
let current_passkey_credentials =
737-
storable_anchor.passkey_credentials.unwrap_or_default();
736+
let current_passkey_credentials = storable_anchor.passkey_credentials.unwrap_or_default();
738737

739738
self.sync_anchor_with_passkey_credential_index(
740739
anchor_number,

0 commit comments

Comments
 (0)