It works now

This commit is contained in:
Skylar Ittner 2021-06-14 17:13:47 -06:00
parent acfc4582c9
commit ae9829b1de

View File

@ -134,7 +134,7 @@ function getAndUploadFile(url, callback) {
rawResponse: false rawResponse: false
}).then((res) => { }).then((res) => {
if (typeof callback == "function") { if (typeof callback == "function") {
callback(res.content_uri); callback(res);
logger.info("Media URI: " + res); logger.info("Media URI: " + res);
} }
}).catch((err) => { }).catch((err) => {