Skip to content

Commit

Permalink
Update noop metadata provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelkum committed Jul 1, 2024
1 parent 838776f commit 4ffe9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Provider interface {
type noopProvider struct{}

func (p noopProvider) Metadata(execute.Request, execute.RuntimeOutput) (any, error) {
return map[string]any{}, nil
return nil, nil
}

func NewNoopProvider() Provider {
Expand Down

0 comments on commit 4ffe9a9

Please sign in to comment.