Skip to content

Commit

Permalink
fixes array serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
steveliles authored Jun 14, 2021
1 parent 759e810 commit 21313ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hitConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HitConverter{
type: 'Feature',
properties: {}
};
hit._source = flatten(hit._source, {safe:true});
hit._source = flatten(hit._source, {safe:false});

if(!indexConfig.shapeIndex){
if(!indexConfig.isTable){
Expand Down

0 comments on commit 21313ca

Please sign in to comment.