diff --git a/server.js b/server.js index 5d240ab..0f6bd85 100644 --- a/server.js +++ b/server.js @@ -86,7 +86,7 @@ var initialization = async function() { handler: function(request, reply) { return new Promise(function(accept, reject) { - got("http://insight.bithereum.network/insight-api/status"").then(function(response) { + got("http://insight.bithereum.network/insight-api/status").then(function(response) { accept(response.body); }); });