mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:42:31 +08:00
Chore: Remove provisional APIVersion from plugin info (#89831)
This commit is contained in:

committed by
GitHub

parent
55ba32bda7
commit
a22c1ae424
@ -43,7 +43,6 @@ func (p *BaseProvider) GetBasePluginContext(ctx context.Context, plugin pluginst
|
||||
pCtx := backend.PluginContext{
|
||||
PluginID: plugin.ID,
|
||||
PluginVersion: plugin.Info.Version,
|
||||
APIVersion: plugin.APIVersion,
|
||||
}
|
||||
if user != nil && !user.IsNil() {
|
||||
pCtx.OrgID = user.GetOrgID()
|
||||
|
Reference in New Issue
Block a user