v1.2.8 Heartbeat Monitoring #6

Merged
voidf1sh merged 5 commits from v1.2.8 into main 2023-09-02 15:37:13 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit eca3207d4e - Show all commits

View File

@ -1145,7 +1145,6 @@ const functions = {
return errorId; return errorId;
}, },
async sendHeartbeat(url) { async sendHeartbeat(url) {
console.log(url);
https.get(url, async (response) => { https.get(url, async (response) => {
let data = ''; let data = '';