Skip to content

Commit

Permalink
fix: return CollaborationInspector and IssueTrackingInspector (not un…
Browse files Browse the repository at this point in the history
…defined),
  • Loading branch information
adelkahomolova committed Nov 20, 2019
1 parent d222b97 commit d461ad7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const createProjectComponentContainer = (projectComponent: ProjectComponent, roo
projectComponent: projectComponent,
packageInspector: ctx.container.get(Types.IPackageInspector),
gitInspector,
issueTrackingInspector: undefined,
collaborationInspector: undefined,
issueTrackingInspector: ctx.container.get(Types.IIssueTrackingInspector),,
collaborationInspector: ctx.container.get(Types.ICollaborationInspector),
fileInspector: ctx.container.get(Types.IFileInspector),
};
};
Expand Down

0 comments on commit d461ad7

Please sign in to comment.