Hotfix/4.0.0 (#48)

* validate time string
* handle time entered in seconds
* fix: id in delays and blocks
This commit is contained in:
Carlos Valente
2021-11-27 20:35:06 +01:00
committed by GitHub
parent 8c740b7111
commit 627cce7ba6
6 changed files with 79 additions and 22 deletions
-1
View File
@@ -34,7 +34,6 @@ import ua from 'universal-analytics';
let isValid = validateFile(file);
if (isValid) {
console.log('reading this');
// Read data from JSON file, this will set db.data content
await db.read();
}