Skip to content

Commit e900d92

Browse files
fix: config for create pass
1 parent c8a6895 commit e900d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domain/usecases/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getUpdatedPassUseCase = new GetUpdatedPassUseCase({
4242
const createPassUseCase = new CreatePassUseCase({
4343
passRepository,
4444
reservationRepository,
45-
config: config.pass,
45+
config: config.apple,
4646
});
4747

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

0 commit comments

Comments
 (0)