SIGN IN SIGN UP
apache / superset UNCLAIMED

Apache Superset is a Data Visualization and Data Exploration Platform

0 0 149 TypeScript

fix(ts): allow undefined appRoot in normalizeJsonResponse signature

`SupersetClientClass.appRoot` is declared `string | undefined`. The
helper signature must match — the runtime guard `if (!appRoot)` already
covers the undefined case, so this is type-only.
J
Joe Li committed
3275147a07dc472fed240b7d2aa29c0b363228ef
Parent: 04b6429