diff --git a/src/index.js b/src/index.js index e0b3ecf..d14ed19 100644 --- a/src/index.js +++ b/src/index.js @@ -109,7 +109,7 @@ function lookupTimeUnit(query){ 'd': 'week', 'm': 'month', 'y': 'month', - 'l': 'year' + 'l': 'month' } return lookup[query.charAt(query.length - 1)] }