summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-18 17:37:24 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-18 17:37:24 +0200
commit6c6727916e6478f3b23e4561d3041e2bdff43cf0 (patch)
treed9aab3eaa33e9b4d6553336b7597b17566d324fa /worker.js
parent330798bd7bf1d8373372dc57b505e41be7e35b9a (diff)
downloadcruncher-6c6727916e6478f3b23e4561d3041e2bdff43cf0.tar.gz
cruncher-6c6727916e6478f3b23e4561d3041e2bdff43cf0.zip
typo
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 9b9dc1c..0f1d8c4 100644
--- a/worker.js
+++ b/worker.js
@@ -135,7 +135,7 @@ const logger = new (winston.Logger)({
logger.info("working for %s on %s",
msg.properties.type, player_id);
- let calulation_profiler = logger.startTimer();
+ let calculation_profiler = logger.startTimer();
if (msg.properties.type == "global") {
const records = await calculate_global_point();
if (records != undefined)