Skip to content

Commit

Permalink
fdfd
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Mar 20, 2022
1 parent f1343e1 commit 6d638b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const yep = [

console.log('This is a change too yes - indeeed')

console.log('not a breaking change')

/*
yep.sort((a, b) => new Date(b.published_at) - new Date(a.published_at))
console.log(yep)
Expand Down

0 comments on commit 6d638b7

Please sign in to comment.