Skip to content

Commit

Permalink
fix: config for create pass
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Oct 11, 2024
1 parent c8a6895 commit e900d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/usecases/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const getUpdatedPassUseCase = new GetUpdatedPassUseCase({
const createPassUseCase = new CreatePassUseCase({
passRepository,
reservationRepository,
config: config.pass,
config: config.apple,
});

const gymlibMailAdapter = new MailAdapter(config.gymlib.imapConfig);
Expand Down

0 comments on commit e900d92

Please sign in to comment.