Remove erroneous filter setting

This commit is contained in:
Ingo Oppermann 2024-09-06 11:25:19 +02:00
parent 05649aa2fd
commit eaacb94c54
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -71,7 +71,7 @@ function createMapping(settings, stream, skills) {
const mapping = {
global: [],
local: local,
filter: ['erosion'],
filter: [],
};
return mapping;