mirror of
https://github.com/detleph/server.git
synced 2026-09-04 00:26:03 +02:00
Fix random number
This commit is contained in:
@@ -176,7 +176,6 @@ export const deleteMedia = async (req: Request, res: Response) => {
|
||||
|
||||
if (fs.existsSync(location)) {
|
||||
await unlink(location);
|
||||
1;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user