mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-26 00:22:33 +02:00
fix: numeric flag now properly passed to the underlying function
This commit is contained in:
parent
0bb2756f9c
commit
f275d5611b
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ exports.pingAsync = function (
|
||||||
v6: ipv6,
|
v6: ipv6,
|
||||||
min_reply: count,
|
min_reply: count,
|
||||||
sourceAddr: sourceAddr,
|
sourceAddr: sourceAddr,
|
||||||
|
numeric: numeric,
|
||||||
packetSize: size,
|
packetSize: size,
|
||||||
deadline: deadline,
|
deadline: deadline,
|
||||||
timeout: timeout
|
timeout: timeout
|
||||||
|
|
Loading…
Add table
Reference in a new issue