Remove stray '
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
a6adeccd99
commit
6e911c4b23
@ -563,7 +563,7 @@ router.get("/holiday/:holiday", function(req, res/*, next*/) {
|
||||
startYear = date.year;
|
||||
endYear = date.year;
|
||||
}
|
||||
}'
|
||||
}
|
||||
|
||||
holidayName = date ? req.params.holiday : Object.getOwnPropertyNames(lookup)[0];
|
||||
console.log("Searching for holiday: " + holidayName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user