Fix random number

This commit is contained in:
Laurin
2022-05-18 08:27:11 +02:00
committed by La_Felx
parent bdfc15eab4
commit 75d416c62e
-1
View File
@@ -176,7 +176,6 @@ export const deleteMedia = async (req: Request, res: Response) => {
if (fs.existsSync(location)) { if (fs.existsSync(location)) {
await unlink(location); await unlink(location);
1;
} }
try { try {