diff --git a/internal/models/feature.go b/internal/models/feature.go index 1bf12b0..d38a224 100644 --- a/internal/models/feature.go +++ b/internal/models/feature.go @@ -38,7 +38,7 @@ func (f Feature) FindBackground(astScenarioID string) *messages.Background { } } - return bg + return nil } // FindExample ...