Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Feb 24, 2021
1 parent 8c49a2d commit 86dd9d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export async function getVectorSourceBounds({
// Do not pass all searchFilters to source.getBoundsForFilters().
// For example, do not want to filter bounds request by extent and buffer.
const boundsFilters = {
sourceQuery,
sourceQuery: sourceQuery ? sourceQuery : undefined,
query: dataFilters.query,
timeFilters: dataFilters.timeFilters,
filters: dataFilters.filters,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
FEATURE_ID_PROPERTY_NAME,
SOURCE_META_DATA_REQUEST_ID,
SOURCE_FORMATTERS_DATA_REQUEST_ID,
SOURCE_BOUNDS_DATA_REQUEST_ID,
FEATURE_VISIBLE_PROPERTY_NAME,
EMPTY_FEATURE_COLLECTION,
KBN_TOO_MANY_FEATURES_PROPERTY,
Expand Down

0 comments on commit 86dd9d8

Please sign in to comment.