Fixed some tests

This commit is contained in:
Erik Tiekstra
2021-09-10 15:18:23 +02:00
parent 4de9ba958e
commit 76887a06e5
4 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ export function sortFromToDates(a: FromToDates, b: FromToDates): number {
};
if (!a.from || !b.from) {
console.error('Some date is not set: ', { a, b });
return -1;
}