refactor: tes

This commit is contained in:
elangptra 2024-12-23 16:31:33 +07:00
parent 3082e950ce
commit 67c829a498

View File

@ -13,7 +13,7 @@ const fileFilter = (req, file, cb) => {
} else {
cb(
new Error(
"Invalid file type, only .png, .jpg, and .jpeg files are allowed!"
"Invalid file type, only .png, .jpg, and .jpeg files are allowed!!"
),
false
);