fix(workflow): enable npm ci command for production build in BotServer
Some checks failed
GBCI / build (push) Failing after 2m39s

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

View file

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