Skip to content

Commit

Permalink
🐛 (explorer) remove mapTargetTime=0 from grapher config
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Oct 31, 2024
1 parent 45a5077 commit 7d455e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/ExplorerProgram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import {
PromiseCache,
SerializedGridProgram,
trimObject,
mergeGrapherConfigs,
merge,
isEmpty,

Check warning on line 22 in explorer/ExplorerProgram.ts

View workflow job for this annotation

GitHub Actions / eslint

'isEmpty' is defined but never used. Allowed unused vars must match /^_/u

Check warning on line 22 in explorer/ExplorerProgram.ts

View workflow job for this annotation

GitHub Actions / eslint

'isEmpty' is defined but never used. Allowed unused vars must match /^_/u
} from "@ourworldindata/utils"
import {
CellDef,
Expand Down

0 comments on commit 7d455e6

Please sign in to comment.