Skip to content

Commit

Permalink
Remove accidental typing
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerSchlegel committed May 27, 2024
1 parent 662e09d commit 7b19e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/cookie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yafunction addTime(time) {
function addTime(time) {
const date = new Date()
date.setTime(date.getTime() + time)
return date
Expand Down

0 comments on commit 7b19e8e

Please sign in to comment.