We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8566d commit 21ecd91Copy full SHA for 21ecd91
src/routes/apollo-server.ts
@@ -125,7 +125,7 @@ async function createApolloServer() {
125
plugins,
126
// Error masking for production
127
formatError: securityConfig.maskErrors
128
- ? (formattedError: any, error: any) => {
+ ? (formattedError: any, _error: any) => {
129
// Preserve user-facing errors with specific codes
130
const code = formattedError?.extensions?.code
131
const userFacingCodes = [
0 commit comments