X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flogging%2Fapi%2Ftransforms.js;h=2e2b8dceb8e5b28b71ff59714e327ec7d07deeec;hp=f4bfda62efecb5d653150f01256596f037f25664;hb=1ba13dc55553983a3ec6f88cf426e3c30b53a455;hpb=be6c8fc67dd5928617d4883c7fc9d0b934a8ee0c 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;