Skip to content

Commit

Permalink
updated version, will break pre-exisiting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie1santana committed Jul 18, 2024
1 parent 6f480d0 commit d1cd3a5
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function showtimeago(dateParam) {
}
}

// console.log(timeAgo(dateParam)) test
return timeAgo(dateParam);

} catch (error) {
Expand All @@ -100,4 +101,5 @@ function showtimeago(dateParam) {
}
}

// showtimeago("2022-06-20T13:42:29-05:00")
module.exports = showtimeago;
Loading

0 comments on commit d1cd3a5

Please sign in to comment.