fix(workflow): enable npm ci command for production build in BotServer
Some checks failed
GBCI / build (push) Failing after 2m39s
Some checks failed
GBCI / build (push) Failing after 2m39s
This commit is contained in:
parent
a6e3722a2a
commit
32183519d2
1 changed files with 0 additions and 3 deletions
|
@ -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 });
|
||||||
|
|
Loading…
Add table
Reference in a new issue