fix(workflow): enable npm ci command for production build in BotServer

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-26 16:47:02 -03:00
parent f197e5a135
commit cfda2b726d

View file

@ -604,9 +604,6 @@ export class GBMinService {
canPublishData: true
});
// 5. Set expiration (24 hours default)
token.setTtl(24 * 60 * 60); // 6 hours in seconds
// 6. Return JWT
const jwt = token.toJwt();
res.json({ token: jwt });