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
|
// For meta.auth-token scope, check for X-Auth-Token header
|
||||||
if (hasMetaAuthToken) {
|
if (hasMetaAuthToken) {
|
||||||
const req = reqCtx.get("req")
|
const req = reqCtx.get("req")
|
||||||
console.log("req?.headers", req?.headers)
|
|
||||||
const authTokenHeader = req?.headers?.["x-auth-token"]
|
const authTokenHeader = req?.headers?.["x-auth-token"]
|
||||||
|
|
||||||
if (!authTokenHeader) {
|
if (!authTokenHeader) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue