From ea3f237bba48e5820d5f41222e4c563bbbecfc34 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 29 Apr 2020 04:27:10 -0500 Subject: [PATCH] send existing graphPeakData, if any, in placeholder update --- lib/servers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/servers.js b/lib/servers.js index ec78b7c..7668866 100644 --- a/lib/servers.js +++ b/lib/servers.js @@ -144,7 +144,8 @@ class ServerRegistration { message: 'Waiting...', placeholder: true }, - recordData: this.recordData + recordData: this.recordData, + graphPeakData: this.getGraphPeak() }] }