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
|
||||
|
||||
// TEMPORARY
|
||||
messageSlack(
|
||||
"\n" +
|
||||
error +
|
||||
"> _Cause: NO IDEA_\n"
|
||||
);
|
||||
messageSlack({
|
||||
message: error,
|
||||
title: "DEVELOPER PROGRAM ERROR"
|
||||
});
|
||||
// TEMPORARY
|
||||
|
||||
return send(socket, {
|
||||
|
|
Loading…
Reference in a new issue