fix(workflow): enable npm ci command for production build in BotServer
This commit is contained in:
parent
f197e5a135
commit
cfda2b726d
1 changed files with 0 additions and 3 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue