aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/certs-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/certs-helpers.ts')
-rw-r--r--src/helpers/certs-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/certs-helpers.ts b/src/helpers/certs-helpers.ts
index a6c83f5c4..fdbc495bc 100644
--- a/src/helpers/certs-helpers.ts
+++ b/src/helpers/certs-helpers.ts
@@ -1,5 +1,5 @@
1import { readdirSync, readFileSync, ensureDirSync } from 'fs-extra';
2import { join } from 'node:path'; 1import { join } from 'node:path';
2import { ensureDirSync, readFileSync, readdirSync } from 'fs-extra';
3import { userDataCertsPath } from '../environment-remote'; 3import { userDataCertsPath } from '../environment-remote';
4import { removeNewLines } from '../jsUtils'; 4import { removeNewLines } from '../jsUtils';
5 5