Skip to content

Commit f50045e

Browse files
committed
refactor: extract clear accounts entry wrapper
1 parent 8e36a86 commit f50045e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ export async function clearAccounts(): Promise<void> {
18551855
getBackupPaths: () =>
18561856
getAccountsBackupRecoveryCandidatesWithDiscovery(path),
18571857
clearAccountStorageArtifacts,
1858-
logError: (message, details) => {
1858+
logError: (message: string, details: Record<string, unknown>) => {
18591859
log.error(message, details);
18601860
},
18611861
});

0 commit comments

Comments
 (0)