Making small changes for my own use

This commit is contained in:
Christopher Cookman 2024-11-15 15:33:00 -07:00
parent b420b34694
commit c59e545c00

View file

@ -60,7 +60,10 @@ module.exports = class UptimeKumaApi extends EventEmitter {
}
result.push(targetCategory);
}
return result;
return {
status: result,
pageData: resp.data
};
}
async connect() {