Skip to content

Commit 6df1fe8

Browse files
committed
use current month
1 parent 6088f6a commit 6df1fe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/routes/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default Route.extend({
88
});
99

1010
function getCurrentMonth() {
11-
return { month: 11, year: 2017 };
1211
let d = new Date();
1312
let month = d.getMonth() + 1;
1413
let year = d.getFullYear();

0 commit comments

Comments
 (0)