summaryrefslogtreecommitdiff
path: root/api.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-18 19:35:44 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-18 19:35:44 +0200
commita0cb47ddcfcafc8a254de6b7574838d61a593bdd (patch)
treeea910abb0e798e7586570156c7188b71d4949c94 /api.js
parent273039d6f4a882b4b4665f13a46ee2a3d3b02bcc (diff)
downloaddiscordbot-a0cb47ddcfcafc8a254de6b7574838d61a593bdd.tar.gz
discordbot-a0cb47ddcfcafc8a254de6b7574838d61a593bdd.zip
keepalive
Diffstat (limited to 'api.js')
-rw-r--r--api.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/api.js b/api.js
index 915530b..1672728 100644
--- a/api.js
+++ b/api.js
@@ -31,7 +31,6 @@ const notif = webstomp.over(new WebSocket(API_WS_URL,
);
})();
-// TODO use keepalive / connection pool
function getMap(url) {
return request({
uri: API_MAP_URL + url,