Bug Fixes

This commit is contained in:
Benjamin Toby
2024-11-05 16:25:58 +01:00
parent 5b932b01ee
commit 1584891c88
263 changed files with 377 additions and 372 deletions
@@ -141,14 +141,11 @@ async function createUser() {
);
fs.copyFileSync(
path.join(ROOT_DIR, "/public/images/user_images/user-preset.png"),
path.join(ROOT_DIR, "/public/images/user-preset.png"),
imagePath
);
fs.copyFileSync(
path.join(
ROOT_DIR,
"/public/images/user_images/user-preset-thumbnail.png"
),
path.join(ROOT_DIR, "/public/images/user-preset-thumbnail.png"),
imageThumbnailPath
);