Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnz committed Oct 13, 2023
1 parent 9f43e80 commit daff244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/model/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit daff244

Please sign in to comment.