Fix typo
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user