From 1e2729186904620f9a65430c2db1bcb3e300492f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 8 Sep 2017 23:27:28 -0600 Subject: [PATCH] Fix typo --- core/file_area_web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/file_area_web.js b/core/file_area_web.js index bac85de7..aa60974f 100644 --- a/core/file_area_web.js +++ b/core/file_area_web.js @@ -284,7 +284,7 @@ class FileAreaWebAccess { resp.on('finish', () => { // transfer completed fully - this.updateDownloadStatsForUserIdAndSystemAndSystem(servedItem.userId, stats.size); + this.updateDownloadStatsForUserIdAndSystem(servedItem.userId, stats.size); }); const headers = {