Skip to content

Commit

Permalink
Merge 5bea26d into 065320a
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitti09 committed Apr 29, 2018
2 parents 065320a + 5bea26d commit b7e9a30
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 @@ -262,7 +262,7 @@ LocationForecast.prototype = {
}

if (time.minute() > 30) {
time.add('hours', 1).startOf('hour');
time.add(1, 'hours').startOf('hour');
} else {
time.startOf('hour');
}
Expand Down

0 comments on commit b7e9a30

Please sign in to comment.