From 2754d069d2705a0cd1cd57cd072d3761b183a3f0 Mon Sep 17 00:00:00 2001 From: Kamrul H Shourov Date: Sat, 2 Nov 2024 13:36:56 +0600 Subject: [PATCH] Fix styles --- src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index 29a0d05..a19113c 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -58,7 +58,7 @@ import { envValidationSchema } from './general/env.validator'; secret: configService.get('JWT_SECRET'), signOptions: { expiresIn: configService.get('JWET_EXPIRES_IN'), - } + }, }), inject: [ConfigService], }),