Making small changes for my own use
This commit is contained in:
parent
b420b34694
commit
c59e545c00
|
@ -60,7 +60,10 @@ module.exports = class UptimeKumaApi extends EventEmitter {
|
||||||
}
|
}
|
||||||
result.push(targetCategory);
|
result.push(targetCategory);
|
||||||
}
|
}
|
||||||
return result;
|
return {
|
||||||
|
status: result,
|
||||||
|
pageData: resp.data
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async connect() {
|
async connect() {
|
||||||
|
|
Loading…
Reference in a new issue