Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Sep 24, 2024
1 parent d9df091 commit decd030
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/layers/src/geojson-layer/geojson-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {ALL_FIELD_TYPES} from '@kepler.gl/constants';
import {LayerColumns} from '@kepler.gl/types';
import {KeplerTable} from '@kepler.gl/table';

import {LayerBaseConfig} from '../base-layer';
import {GeojsonLayerMetaProps, assignPointPairToLayerColumn} from '../layer-utils';

export type GetFeature = (d: any) => Feature;
Expand Down Expand Up @@ -77,10 +78,7 @@ export function getGeojsonLayerMeta({
}: {
dataContainer: DataContainerInterface;
getFeature: GetFeature;
config: {
columnMode: string | undefined;
columns: LayerColumns;
};
config: LayerBaseConfig;
}): GeojsonLayerMetaProps {
const dataToFeature =
config.columnMode === COLUMN_MODE_GEOJSON
Expand Down

0 comments on commit decd030

Please sign in to comment.