Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Mar 22, 2024
1 parent 661bd34 commit 0efec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { MailService } from '../mail/mail.service';
imports: [
JwtModule.register({
global: true,
secret: process.env.JWT_SECRET,
secret: process.env.JWT_SECRET ?? 'secret',
signOptions: {
expiresIn: '1d',
issuer: 'culero',
Expand Down

0 comments on commit 0efec7b

Please sign in to comment.