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 16b332b commit 5c2c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const yep = [
}
]

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

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

0 comments on commit 5c2c71c

Please sign in to comment.