Skip to content
Snippets Groups Projects
Commit 0ac6bab3 authored by ko_oler's avatar ko_oler
Browse files

fix

parent 585bb612
Branches
Tags
No related merge requests found
......@@ -162,8 +162,10 @@ func (s *Extension) Action(ctx context.Context, in *extension.ActionRequest) (*e
if err != nil {
return nil, err
}
if actionURL.Scheme == "grpc" {
ext = actionURL.Extension()
}
}
ok, err := extension.CheckInstalled(ctx, s.Content, in.SpaceId, in.EnvId, ext)
if err != nil {
return nil, errors.Wrap(err, "check extension installed")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment