Debugging

This commit is contained in:
ポール ウェッブ 2019-02-20 10:44:09 -06:00
parent 6617ee5ddf
commit 52dd89926d

View file

@ -453,11 +453,10 @@ async function syncWithApi(data, socket) {
console.log(error.body); // eslint-disable-line no-console console.log(error.body); // eslint-disable-line no-console
// TEMPORARY // TEMPORARY
messageSlack( messageSlack({
"\n" + message: error,
error + title: "DEVELOPER PROGRAM ERROR"
"> _Cause: NO IDEA_\n" });
);
// TEMPORARY // TEMPORARY
return send(socket, { return send(socket, {