Make optional mandatory

pull/94300/head
Esteban Beltran 10 months ago
parent 13f58defcb
commit 8520918cbb
No known key found for this signature in database
  1. 4
      packages/grafana-runtime/src/services/dataSourceSrv.ts

@ -74,9 +74,7 @@ export interface GetDataSourceListFilters {
filter?: (dataSource: DataSourceInstanceSettings) => boolean;
/** Only returns datasources matching the specified types (ie. Loki, Prometheus) */
type?: string | string[];
thisIsAtest?: boolean;
type: string | string[];
}
let singletonInstance: DataSourceSrv;

Loading…
Cancel
Save