From 5def28282798740e5ca3a1a44948619a15da3044 Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sat, 1 Dec 2018 22:34:16 -0600 Subject: [PATCH] update --- sfds/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfds/index.js b/sfds/index.js index f23f674..89264d3 100644 --- a/sfds/index.js +++ b/sfds/index.js @@ -420,8 +420,8 @@ app.post("/getSecond", function(req, res) { // console.log("spout got: " + req.body.state); // queue.push(req.body); // clients - - res.send(Math.min(clients)); + console.log(Math.min(clients)) + res.send(clients); }); round_robin = 0; -- GitLab