mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
merge
This commit is contained in:
@@ -282,10 +282,4 @@ export class DespachoService {
|
||||
|
||||
}
|
||||
|
||||
/* sortArrayISODate(myArray: any) {
|
||||
return myArray.sort(function(a, b) {
|
||||
return (a.CreateDate < b.CreateDate) ? -1 : ((a.CreateDate > b.CreateDate) ? 1 : 0);
|
||||
});
|
||||
} */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user