Skip to content

Commit

Permalink
Merge pull request #3 from sameer-ahmed/syntax-error
Browse files Browse the repository at this point in the history
syntax error
  • Loading branch information
sameer-ahmed committed Apr 18, 2018
2 parents 1d0a442 + 9cdeadb commit 2928b6f
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 @@ -249,4 +249,4 @@ export const getEndOfDay = (date) => {
}
var startOfDay = new Date(date.getFullYear(), date.getMonth(), date.getDate());
return new Date(startOfDay.getTime() + 86399999);
},
}

0 comments on commit 2928b6f

Please sign in to comment.