Skip to content

Commit a5bc138

Browse files
committed
chore: single fs import in the vault service
1 parent 9883b1e commit a5bc138

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/desktop/src/main/vault-service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Vault } from '@decryption/vault';
22
import { appstash, resolve } from 'appstash';
3-
import { existsSync } from 'fs';
4-
import { promises as fs } from 'fs';
3+
import { existsSync, promises as fs } from 'fs';
54
import * as path from 'path';
65

76
import type { TotpEntry, VaultStatus } from '../shared/api';

0 commit comments

Comments
 (0)