fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 307d5fc405 - Show all commits

View file

@ -447,7 +447,7 @@ export class GBMinService {
GBLogEx.info(min, `Meta callback OK. ${JSON.stringify(req.query)}`); GBLogEx.info(min, `Meta callback OK. ${JSON.stringify(req.query)}`);
if (req.query['hub.mode'] === 'subscribe') { if (req.query['hub.mode'] === 'subscribe') {
const val = req.query['hub.challenge']; const val = req.query['hub.verify_token'];
if (val === process.env.META_CHALLENGE) { if (val === process.env.META_CHALLENGE) {
res.status(200); res.status(200);