From 60f85144a9f0f6ab387b6c31d9ba6b5ce9cc5dcd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 4 Nov 2018 08:28:51 +0000 Subject: [PATCH] note length of time --- lib/ago.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ago.js b/lib/ago.js index 2728988..6514fba 100644 --- a/lib/ago.js +++ b/lib/ago.js @@ -39,7 +39,7 @@ exports.AGO = function timeago(ms) { return part + " months ago"; } - if (ago < 315360000) { + if (ago < 315360000) { // 10 years return "more than year ago"; }