diff --git a/lib/profiler.js b/lib/profiler.js index 5aafca9..45da209 100644 --- a/lib/profiler.js +++ b/lib/profiler.js @@ -28,4 +28,4 @@ exports.untrack = function(name) { return timestamp; }; -exports.getCurrentTimeMs = getCurrentTimeMs(); \ No newline at end of file +exports.getCurrentTimeMs = getCurrentTimeMs; \ No newline at end of file