Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Apr 9, 2024
1 parent 39ba96d commit 1d20b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layers/src/point-layer/point-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export default class PointLayer extends Layer {

if (defaultColorField) {
this.updateLayerConfig({
// @ts-expect-error Remove this after updateLayerConfig converted into generic function
colorField: defaultColorField
});
this.updateLayerVisualChannel(dataset, 'color');
Expand Down

0 comments on commit 1d20b6c

Please sign in to comment.