diff --git a/humanize-duration.js b/humanize-duration.js index 3d7a4b8..3d802ed 100644 --- a/humanize-duration.js +++ b/humanize-duration.js @@ -600,8 +600,8 @@ // Add the string. pieces.push({ - unitCount: unitCount, - unitName: unitName + unitCount, + unitName }) // Remove what we just figured out.