Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Sep 3, 2018
1 parent 7367354 commit 8381438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/agg_types/buckets/geo_hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const geoHashBucketAgg = new BucketAggType({
params: {
field: agg.getField()
}
}, { addToAggConfig: false }));
}, { addToAggConfigs: false }));
}

return aggs;
Expand Down

0 comments on commit 8381438

Please sign in to comment.