TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.19k stars 364 forks source link

prettyPrintGtfsEntityField: fix types #7316

Open pjonsson opened 3 days ago

pjonsson commented 3 days ago

What this PR does

Running yarn upgrade gives a type error for something with loadash-es, so add a default value and fix a type annotation to include undefined.

Test me

I believe this is tested by CI.

Checklist