Debugging
This commit is contained in:
parent
6617ee5ddf
commit
52dd89926d
1 changed files with 4 additions and 5 deletions
|
@ -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, {
|
||||||
|
|
Loading…
Add table
Reference in a new issue