remove legacy length param
This commit is contained in:
parent
2f1c9c1dce
commit
a3624d38ff
@ -19,7 +19,7 @@ class Database {
|
|||||||
const endTime = new Date().getTime()
|
const endTime = new Date().getTime()
|
||||||
const startTime = endTime - graphDuration
|
const startTime = endTime - graphDuration
|
||||||
|
|
||||||
this.getRecentPings(startTime, endTime, length, pingData => {
|
this.getRecentPings(startTime, endTime, pingData => {
|
||||||
const graphPointsByIp = []
|
const graphPointsByIp = []
|
||||||
|
|
||||||
for (const row of pingData) {
|
for (const row of pingData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user