chore: clean
This commit is contained in:
parent
35bbdf44b4
commit
84be7527f2
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue