debug async

This commit is contained in:
2018-12-12 21:55:47 -06:00
parent 07b4824f76
commit 5e169bb2ac

2
bot.js
View File

@@ -229,6 +229,8 @@ async function loadJson(url, auth) {
let response;
if (auth) {
response = await fetch(url, auth);
sendToBotTestingChannel(url);
sendToBotTestingChannel(auth);
} else {
response = await fetch(url);
}