From 072d53728c8896fbfd04e0b989b6696c1c3a1d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 20 Feb 2019 10:37:16 -0600 Subject: [PATCH] Debugging --- app/sockets.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/sockets.js b/app/sockets.js index 502e264..e57066f 100644 --- a/app/sockets.js +++ b/app/sockets.js @@ -452,6 +452,14 @@ async function syncWithApi(data, socket) { console.log(error.body); // eslint-disable-line no-console + // TEMPORARY + messageSlack( + "\n" + + "> *DEVELOPER PROGRAM:* ```" + error.body + "```" + "\n" + + "> _Cause: NO IDEA_\n" + ); + // TEMPORARY + return send(socket, { html: "

You have already claimed this reward. This reward is limited to ONE per person. Your enthusiasm is appreciated.

", message: "updated html",