monitor: Fix typo of schemasTodayYesterday with its 's' on 'schemas'

This commit is contained in:
Athanasius 2021-06-14 12:47:54 +01:00
parent 423a9a23ee
commit 80a858fb26

View File

@ -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] = [];