Skip to content

Commit

Permalink
fix: inject logger in passcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Oct 8, 2024
1 parent 7e40dd1 commit 0ab1815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const passController = new PassController({
getUpdatedPassUseCase,
createPassUseCase,
passAdapter,
logger,
});

const reservationController = new ReservationController({
Expand Down

0 comments on commit 0ab1815

Please sign in to comment.