We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e36a86 commit f50045eCopy full SHA for f50045e
1 file changed
lib/storage.ts
@@ -1855,7 +1855,7 @@ export async function clearAccounts(): Promise<void> {
1855
getBackupPaths: () =>
1856
getAccountsBackupRecoveryCandidatesWithDiscovery(path),
1857
clearAccountStorageArtifacts,
1858
- logError: (message, details) => {
+ logError: (message: string, details: Record<string, unknown>) => {
1859
log.error(message, details);
1860
},
1861
});
0 commit comments