Fixed some tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user