From 5348303df6c568b769d69bbe220a8533e43108f6 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Thu, 11 May 2017 16:02:24 +0200 Subject: [PATCH] Bad code, lint failure --- pinneddata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinneddata.js b/pinneddata.js index a24293880..0bf9be75f 100644 --- a/pinneddata.js +++ b/pinneddata.js @@ -95,7 +95,7 @@ nThen((waitFor) => { }))); }); }); -}).nThen((waitFor) => { +}).nThen(() => { out.sort((a,b) => (a[1] - b[1])); out.forEach((x) => { console.log(x[0] + ' ' + x[1] + ' MB'); }); });