From daff244e3eff6a83cb4824c2562054f4d9dcf0a1 Mon Sep 17 00:00:00 2001 From: lucas_nz <606314+lucasnz@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:41:26 +1300 Subject: [PATCH] ESLint --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index 3a0858a090a..edf222091d0 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -1567,7 +1567,7 @@ class Monitor extends BeanModel { * lookup the hostname and return a single IP Address of the specified IP address family. * @param {string} hostname hostname to lookup * @param {int} family valid values are 4 or 6 - for IPv4 or IPv6 respectively - * @returns {[string address, int family]} the resolved address and IP address family + * @returns {Array} [ address, family ] the resolved address and IP address family */ static async lookup(hostname, family) { return new Promise((resolve, reject) => {