RRule: handle undefined options.byday

Merge of #108
master
Andrew P Maney 5 years ago committed by GitHub
parent b90adaffb5
commit ba00be300e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,7 @@ function sanitizeByDay(item: string | string[] | undefined) {
return value; return value;
}); });
} else { } else {
return ret; return [];
} }
} }

Loading…
Cancel
Save