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",