fix: clear codacy high severity batches
This commit is contained in:
@@ -11,7 +11,8 @@ function tauriCall<T>(command: string, args: Record<string, unknown>): Promise<T
|
||||
async function readRemoteStatus(vaultPath: string): Promise<GitRemoteStatus | null> {
|
||||
try {
|
||||
return await tauriCall<GitRemoteStatus>('git_remote_status', { vaultPath })
|
||||
} catch {
|
||||
} catch (error) {
|
||||
void error
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user