note length of time

This commit is contained in:
AJ ONeal 2018-11-04 08:28:51 +00:00
parent 5dfe25ed95
commit 60f85144a9
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}