Refactor: Suffixe in helpers/

This commit is contained in:
MasterAcnolo
2026-03-18 09:13:47 +01:00
parent 1c27cc19cf
commit da393b19d9
13 changed files with 19 additions and 19 deletions

View File

@@ -114,7 +114,7 @@ async function createMainWindow() {
}
function validateDownloadPath(userPath) {
const { isSafePath } = require("./server/helpers/validation");
const { isSafePath } = require("./server/helpers/validation.helpers.js");
// Lazy load default path
if (!defaultDownloadPath) {