Skip to content

Commit

Permalink
Included ATConfig injection
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPolit committed Sep 27, 2024
1 parent d71b6e3 commit eeac86e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const AutomaticTranslationFactory = {

defaultATEntityCreationListener(eventsBus: EventsBus) {
return new ATEntityCreationListener(
// AutomaticTranslationFactory.defaultRequestEntityTranslation(),
eventsBus
eventsBus,
AutomaticTranslationFactory.defaultATConfigService()
);
},
};
Expand Down

0 comments on commit eeac86e

Please sign in to comment.