Skip to content

Commit

Permalink
Resolve MCtorName clash
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Jul 23, 2020
1 parent 02caed6 commit 42bc2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/models/model.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function initializeModelServices(
appStateRepositoryService.init(AppState, 'AppState'),
analyticsItemRepositoryService.init(AnalyticsItem, 'AnalyticsItem'),
counterRepositoryService.init(Counter, 'Counter'),
countEventRepositoryService.init(CountEvent, 'CounterEvent'),
countEventRepositoryService.init(CountEvent, 'CounteEvent'),
]);
};
}
Expand Down

0 comments on commit 42bc2df

Please sign in to comment.