chore: clean up GraphQL module request logging

- Removed unnecessary logging of session ID in the GraphQL module to streamline request handling.
- Maintained existing functionality while improving code clarity and reducing potential noise in logs.
This commit is contained in:
2024-12-08 21:56:57 +07:00
parent ba32ee8dc1
commit 951511228a

View File

@@ -119,8 +119,6 @@ import { GraphqlService } from './graphql.service'
}
// @ts-expect-error: Request is not typed
ctx.extra.request.headers['x-session-id'] = ctx.connectionParams['x-session-id']
// @ts-expect-error: Request is not typed
Logger.log(ctx.extra.request.headers['x-session-id'], 'Session ID')
},
},
},