File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ definitionDependencyResults ::
148148 Maybe Width ->
149149 m [DefinitionSearchResult ]
150150definitionDependencyResults codebase codeCache hqName project branchRef np mayWidth = do
151- let nameSearch = PGNameSearch. nameSearchForPerspective ProjectDefinitions np
151+ let nameSearch = PGNameSearch. nameSearchForPerspective TransitiveDependencies np
152152 deps <- definitionDependencies codebase hqName nameSearch
153153 ppe <- PPED. unsuffixifiedPPE <$> PPEPostgres. ppedForReferences TransitiveDependencies np deps
154154 -- TODO: batchify this
@@ -232,7 +232,7 @@ definitionDependentResults ::
232232 Maybe Width ->
233233 m [DefinitionSearchResult ]
234234definitionDependentResults codebase codeCache hqName project branchRef np mayWidth = do
235- let nameSearch = PGNameSearch. nameSearchForPerspective ProjectDefinitions np
235+ let nameSearch = PGNameSearch. nameSearchForPerspective TransitiveDependencies np
236236 deps <- definitionDependents codebase hqName nameSearch
237237 ppe <- PPED. unsuffixifiedPPE <$> PPEPostgres. ppedForReferences ProjectDefinitions np deps
238238 let allRefs = Set. toList $ dependenciesToReferences deps
You can’t perform that action at this time.
0 commit comments