Skip to content

Commit 26994ba

Browse files
committed
Fix type reference scraping
1 parent 37972fd commit 26994ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/HermesImplementationModel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export class HermesImplementationModel
281281
`${domain.domain}.${type.id}`,
282282
);
283283
findAndPushMatches(
284-
this.#cdpAgentSourcePaths,
284+
this.#cdpCodegenSourcePaths,
285285
references.types,
286286
`${domain.domain}.${type.id}`,
287287
[hermesTypeId],

0 commit comments

Comments
 (0)