feat: refs #6371 cleanTablesFix #2011

Merged
robert merged 6 commits from 6371-limpiezaTablasVn2008Part1Fix into dev 2024-02-14 10:10:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fb44052a09 - Show all commits

View File

@ -87,6 +87,6 @@ module.exports = Self => {
await fs.access(file.path);
const stream = fs.createReadStream(file.path);
return [stream, file.contentType, `filename="${file.name}"`];
return [stream, file.contentType, `filename="${fileName}"`];
};
};