Skip to content

Commit c0a0949

Browse files
committed
fix: sync issue
1 parent fcc7b41 commit c0a0949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit,
3838
input: { message: "KEY_NOT_FOUND" },
3939
});
4040
if (manualSync) {
41-
await coreKitInstance.commitChanges();
41+
await coreKitInstance.tKey.syncLocalMetadataTransitions();
4242
}
4343
}
4444
};

0 commit comments

Comments
 (0)