mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
Chore: remove unnessisary type assertion from GrafanaContext (#52979)
This commit is contained in:
parent
ff1c294963
commit
b223c65a6c
@ -20,6 +20,5 @@ export function useGrafana(): GrafanaContextType {
|
||||
if (!context) {
|
||||
throw new Error('No GrafanaContext found');
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
|
||||
return context as GrafanaContextType;
|
||||
return context;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user