This commit is contained in:
Bryan Ashby 2017-09-08 23:27:28 -06:00
parent 18461e594a
commit 1e27291869
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class FileAreaWebAccess {
resp.on('finish', () => { resp.on('finish', () => {
// transfer completed fully // transfer completed fully
this.updateDownloadStatsForUserIdAndSystemAndSystem(servedItem.userId, stats.size); this.updateDownloadStatsForUserIdAndSystem(servedItem.userId, stats.size);
}); });
const headers = { const headers = {