Fixed initialization in variable declarations against recommended approach

pull/38/head
tycrek 3 years ago
parent 9d61bdaec0
commit 8af3ed72ab
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -14,7 +14,7 @@ module.exports = () => {
let totalSize = 0;
let oldSize = 0;
let d;
let d = [];
data.get()
.then((D) => (d = D.map(([, resource]) => resource)))

Loading…
Cancel
Save