From f94613aa1d7fb334fb8bb6e35fe940c928571966 Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 20:00:49 -0800 Subject: [PATCH] debug auth --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 3f17906..3e46639 100644 --- a/bot.js +++ b/bot.js @@ -230,7 +230,7 @@ async function loadJson(url, auth) { if (auth) { response = await fetch(url, auth); sendToBotTestingChannel('imgur url:' + url); - sendToBotTestingChannel('imgur auth:' + auth); + sendToBotTestingChannel('imgur auth:' + auth.toString()); } else { response = await fetch(url); }