chore: debug

This commit is contained in:
devthejo 2025-06-30 15:49:40 +02:00
parent e923a2404b
commit b330dffa62

View file

@ -57,6 +57,7 @@ module.exports = function () {
// For meta.auth-token scope, check for X-Auth-Token header
if (hasMetaAuthToken) {
const req = reqCtx.get("req")
console.log("req?.headers", req?.headers)
const authTokenHeader = req?.headers?.["x-auth-token"]
if (authTokenHeader) {