Merge pull request #122 from EDCD/fix/118/schemaTodayYesterday-typo

monitor: Fix typo of schemasTodayYesterday with its 's' on 'schemas'
This commit is contained in:
Athanasius 2021-06-14 13:01:39 +01:00 committed by GitHub
commit 04b28b61c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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