forgot to call the function lol

This commit is contained in:
The Ghost of FOSS' Past 2024-10-28 11:35:11 -05:00
parent 7871a67084
commit eae840c54e

View file

@ -62,7 +62,7 @@ app.get('/download', (req, res) => {
} }
// Set the output file path // Set the output file path
var outputPath = path.join('/tmp/downloads', `${getRandomHex}.mp4`); var outputPath = path.join('/tmp/downloads', `${getRandomHex()}.mp4`);
// Create /tmp/downloads directory if it doesn't exist // Create /tmp/downloads directory if it doesn't exist
try { try {