From 80a858fb260f480ef936587a3f17c263dea05e11 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 14 Jun 2021 12:47:54 +0100 Subject: [PATCH] monitor: Fix typo of schemasTodayYesterday with its 's' on 'schemas' --- contrib/monitor/js/eddn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/monitor/js/eddn.js b/contrib/monitor/js/eddn.js index a02619b..e105f59 100644 --- a/contrib/monitor/js/eddn.js +++ b/contrib/monitor/js/eddn.js @@ -528,7 +528,7 @@ var doUpdateSchemas = function() success: function(schemasTodayYesterday){ // Might happen when nothing is received... if(schemasTodayYesterday[yesterday] == undefined) - schemaTodayYesterday[yesterday] = []; + schemasTodayYesterday[yesterday] = []; if(schemasTodayYesterday[today] == undefined) schemasTodayYesterday[today] = [];