X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flogging%2Fapi%2Ftransforms.js;h=2e2b8dceb8e5b28b71ff59714e327ec7d07deeec;hb=2b7b8e3dfe6ef1e8ea1162cfb37ec50fafbc771b;hp=f4bfda62efecb5d653150f01256596f037f25664;hpb=be6c8fc67dd5928617d4883c7fc9d0b934a8ee0c;p=osm%2FUI.git diff --git a/skyquake/plugins/logging/api/transforms.js b/skyquake/plugins/logging/api/transforms.js index f4bfda62e..2e2b8dceb 100644 --- a/skyquake/plugins/logging/api/transforms.js +++ b/skyquake/plugins/logging/api/transforms.js @@ -168,7 +168,7 @@ LoggingConfigEncoder.prototype.denyEvents = function(data) { * or absence of the { "allow": { "duplicate": "events" }} key/value hierarchy */ LoggingConfigEncoder.prototype.allow = function(data) { - if (data.allowDuplicateEvent && data.allowDuplicateEvents.toUpperCase() == "TRUE") { + if (data.allowDuplicateEvents && data.allowDuplicateEvents.toUpperCase() == "TRUE") { return { duplicate: "events" }; } else { return null;