mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-12 16:13:05 -04:00
fix logging issue
This commit is contained in:
parent
d8bb946eca
commit
8937b5d10c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports.maintower = async function (packages, type){
|
|||
|
||||
module.exports.basecamp = async function (log, content = ""){
|
||||
// This begins the list of errors that i simply cannot fix. thank you discord.
|
||||
if(content.includes(`"code": 200000`)) return;
|
||||
if(content?.includes(`"code": 200000`)) return;
|
||||
try{
|
||||
let res = await superagent.post(MAINTOWER_BASE_URL + 'basecamp')
|
||||
.set({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue