Skip to content

Commit

Permalink
Update new-packages/ts-project/src/state.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
farskid and Andarist authored Feb 13, 2024
1 parent f9f2302 commit e80d2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-packages/ts-project/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ export function extractState(
return createActorBlock({
sourceId: `inline:${uniqueId()}`,
parentId: node.uniqueId,
actorId: `inline:invocation[${index}]`,
actorId: `inline:${uniqueId()}:invocation`,
});
},
);
Expand Down

0 comments on commit e80d2ba

Please sign in to comment.