Commit 99cd6ec6 authored by project's avatar project

--no commit message

--no commit message
parent 43902ca1
...@@ -89,7 +89,9 @@ function getData(url, lts, callback) { ...@@ -89,7 +89,9 @@ function getData(url, lts, callback) {
vals.push(val); vals.push(val);
beforeDateCheck(ct, lt); beforeDateCheck(ct, lt);
} }
}) })}).catch((err) => {
callback(err);
});
} }
else callback(vals) else callback(vals)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment