fix: some refactoring

This commit is contained in:
charlesgauthereau
2026-01-21 11:41:00 +01:00
parent 8f7f9b457a
commit bd96713af4
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ import {StorageDeleteInput, StorageGetInput, StorageResult, StorageUploadInput}
import fs from "node:fs";
import {getServerUrl} from "@/utils/get-server-url";
// const BASE_DIR = "/private/uploads/files/";
const BASE_DIR = "/private/uploads/";
export async function uploadLocal(
-1
View File
@@ -21,7 +21,6 @@ async function getS3Client(config: S3Config) {
});
}
// Keep it like that
const BASE_DIR = "";