Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
khshourov committed Nov 2, 2024
1 parent 4a94a7d commit 2754d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { envValidationSchema } from './general/env.validator';
secret: configService.get<string>('JWT_SECRET'),
signOptions: {
expiresIn: configService.get<string>('JWET_EXPIRES_IN'),
}
},
}),
inject: [ConfigService],
}),
Expand Down

0 comments on commit 2754d06

Please sign in to comment.