From ac6288eb233d087a4db548502c8c3ab0342d3b3a Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 30 Dec 2015 22:29:41 -0700 Subject: [PATCH] Notes --- core/predefined_mci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/predefined_mci.js b/core/predefined_mci.js index 9ac291c0..2d9d4a7d 100644 --- a/core/predefined_mci.js +++ b/core/predefined_mci.js @@ -109,7 +109,7 @@ function getPredefinedMCIValue(client, code) { TC : function totalCalls() { return sysProp.getSystemProperty('login_count').toString(); }, - }[code](); + }[code](); // :TODO: Just call toString() here and remove above - DRY } catch(e) { // Don't use client.log here as we may not have a client logger established yet!!