mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Fix linting issues
This commit is contained in:
@@ -853,7 +853,7 @@ function makeMatcherClass () {
|
||||
};
|
||||
}
|
||||
|
||||
function makeEndDate(checkedDate, matcher) {
|
||||
function makeEndDate (checkedDate, matcher) {
|
||||
let end = moment(checkedDate);
|
||||
end.date(TYPE_SCHEDULE[matcher.type]);
|
||||
if (matcher.endMonth !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user