Bug Fixes
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user