From 6d3036c285bdc1bfdae166679556543f106aa26a Mon Sep 17 00:00:00 2001 From: CnF-Gris Date: Wed, 2 Jul 2025 15:11:39 +0000 Subject: [PATCH] Removed unused imports and marked todo as completed --- src/lib/server/utils/openssl-utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/server/utils/openssl-utils.ts b/src/lib/server/utils/openssl-utils.ts index e68a916..37f35dd 100644 --- a/src/lib/server/utils/openssl-utils.ts +++ b/src/lib/server/utils/openssl-utils.ts @@ -1,7 +1,5 @@ -// TODO: remove bu dependencies import { doesFileExist, loadFile, type FileHandle } from "./filesystem-utils"; import { SERVER_PRIVATE_KEY_PATH, SERVER_PUBLIC_KEY_PATH } from "./constants"; -import { exec } from "node:child_process" import { shell, type shellOutput } from "./shell-commands"; export async function openSSLInit() {