mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 19:21:48 +00:00
rm tempFilename too
This commit is contained in:
@@ -100,7 +100,6 @@ var client = {
|
||||
res.status(404).json({error: 'File not found.'});
|
||||
}
|
||||
} else {
|
||||
const tempFilename = `${hash}-${Date.now()}.tar`;
|
||||
const archive = archiver('tar', {store: true});
|
||||
|
||||
archive.on('error', (error) => {
|
||||
|
||||
Reference in New Issue
Block a user