Commit 00f935e7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

web-api: fix duplicate const spd declaration in JS

parent 3b51a58e
...@@ -1176,7 +1176,6 @@ function renderCheck(data) { ...@@ -1176,7 +1176,6 @@ function renderCheck(data) {
} }
// Speed test (file URL) // Speed test (file URL)
const spd = data.speed || {};
if (Object.keys(spd).length) { if (Object.keys(spd).length) {
const ssec = mkDiv('check-section'); const ssec = mkDiv('check-section');
const fname = (data.file_url || '').split('/').pop().split('?')[0]; const fname = (data.file_url || '').split('/').pop().split('?')[0];
......
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