Skip to content

Commit

Permalink
feat: rename error utility file
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jul 29, 2022
1 parent b86f0e0 commit d4f034e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/graphql-yoga/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import {
isPOSTFormUrlEncodedRequest,
parsePOSTFormUrlEncodedRequest,
} from './plugins/requestParser/POSTFormUrlEncoded.js'
import { handleError } from './GraphQLYogaError.js'
import { handleError } from './error.js'
import { useCheckMethodForGraphQL } from './plugins/requestValidation/useCheckMethodForGraphQL.js'
import { useCheckGraphQLQueryParam } from './plugins/requestValidation/useCheckGraphQLQueryParam.js'
import { useHTTPValidationError } from './plugins/requestValidation/useHTTPValidationError.js'
Expand Down

0 comments on commit d4f034e

Please sign in to comment.