Delete test file

This commit is contained in:
magicbelette 2021-02-02 17:12:57 +01:00
parent a7b43d5b57
commit 5c4421dc38
2 changed files with 2 additions and 109 deletions

View file

@ -385,8 +385,8 @@ export class ExporterExcel {
}
//add data +8 hours
function addTZhours(jdate) {
let curdate = new Date(jdate);
let checkCorrectDate = moment(curdate);
const curdate = new Date(jdate);
const checkCorrectDate = moment(curdate);
if (checkCorrectDate.isValid()) {
return curdate;
} else {