chore: clean

This commit is contained in:
devthejo 2025-06-30 17:14:55 +02:00
parent 35bbdf44b4
commit 84be7527f2

View file

@ -57,7 +57,6 @@ 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) {