Skip to content
Snippets Groups Projects
Commit 0f9b4516 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Observation_lib: fix scan service errors

parent 6eab4a05
No related branches found
No related tags found
No related merge requests found
......@@ -566,10 +566,11 @@ Observation.getEntityFilter = function (pEntity, pFilter)
"childs":[]
}
return JSON.stringify({
"filter":pFilter,
"entity":pEntity
});
var res = {
"filter":pFilter,
"entity":pEntity
};
return JSON.stringify(res);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment