Skip to content

Commit

Permalink
chore: remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Sep 12, 2023
1 parent d2fde07 commit c8b78d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export async function createWorkspace({
if (component) {
logger.debug(`Analyzing component: ${id}`);
({ props, types: componentTypes } = await component.analyze());
propsPerComponentId[id] = props;
logger.debug(`Done analyzing: ${id}`);
} else if (story) {
if (story.associatedComponent) {
Expand Down

0 comments on commit c8b78d7

Please sign in to comment.