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) {