remove legacy length param

This commit is contained in:
Nick Krecklow 2020-05-08 02:07:59 -05:00
parent 2f1c9c1dce
commit a3624d38ff
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -19,7 +19,7 @@ class Database {
const endTime = new Date().getTime()
const startTime = endTime - graphDuration
this.getRecentPings(startTime, endTime, length, pingData => {
this.getRecentPings(startTime, endTime, pingData => {
const graphPointsByIp = []
for (const row of pingData) {