From 09b04be9dcb2640591fd93ddef0562a77ad87b52 Mon Sep 17 00:00:00 2001 From: Bluepr1nt Date: Wed, 29 Mar 2017 13:43:10 +0200 Subject: [PATCH] tests --- mean-app/server/routes/thingapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mean-app/server/routes/thingapi.js b/mean-app/server/routes/thingapi.js index 2c4069c..d5eafcd 100644 --- a/mean-app/server/routes/thingapi.js +++ b/mean-app/server/routes/thingapi.js @@ -34,7 +34,7 @@ var parseTelegram = function(data, callback){ found = str.match(regx); console.log("found:"); - console.log(found); + console.log(found[0]); if(found) toe1 = found[0];