Skip to content

Commit

Permalink
Update api/internal/plugins/loader/loader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera authored Sep 8, 2024
1 parent f8427e7 commit 022eb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/internal/plugins/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (l *Loader) LoadTransformers(

func (l *Loader) LoadTransformer(
ldr ifc.Loader, v ifc.Validator, res *resource.Resource) (*resmap.TransformerWithProperties, error) {
c, err := l.loadAndConfigurePlugin(ldr, v, res, nil)
c, err := l.loadAndConfigurePlugin(ldr, v, res, nil) # TODO: check if we want to pass kt to transformers as well.
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 022eb1d

Please sign in to comment.