fix: lint 2

pull/4616/head
Seluard 2 months ago
parent 59511dd0ca
commit aaa54b8f01

@ -13,6 +13,7 @@ class DataDog extends MonitorType {
* Run the monitoring check on the given monitor * Run the monitoring check on the given monitor
* @param {object} monitor - The monitor object associated with the check. * @param {object} monitor - The monitor object associated with the check.
* @param {object} heartbeat - The heartbeat object to update. * @param {object} heartbeat - The heartbeat object to update.
* @returns {Promise<void>}
* @throws Will throw an error if the API call found any. * @throws Will throw an error if the API call found any.
*/ */
async check(monitor, heartbeat) { async check(monitor, heartbeat) {

Loading…
Cancel
Save