From aaa54b8f016b2180638d3878613798634809821f Mon Sep 17 00:00:00 2001 From: Seluard Date: Sun, 24 Mar 2024 20:42:48 +0100 Subject: [PATCH] fix: lint 2 --- server/monitor-types/datadog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/monitor-types/datadog.js b/server/monitor-types/datadog.js index bd071512..43ec9426 100644 --- a/server/monitor-types/datadog.js +++ b/server/monitor-types/datadog.js @@ -13,6 +13,7 @@ class DataDog extends MonitorType { * Run the monitoring check on the given monitor * @param {object} monitor - The monitor object associated with the check. * @param {object} heartbeat - The heartbeat object to update. + * @returns {Promise} * @throws Will throw an error if the API call found any. */ async check(monitor, heartbeat) {