Skip to content

Commit

Permalink
no need for default on unexported fucntion
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Apr 9, 2021
1 parent 2f43362 commit 502b948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/src/ApolloServer.ts
Expand Up @@ -75,7 +75,7 @@ export class FileUploadRequest extends Readable {
//
// (Apollo Server 3 will drop Node 6 support, at which point we should just make
// this package always return an async handler.)
function maybeCallbackify<EventT extends APIGatewayProxyEventV1OrV2 = APIGatewayProxyEventV1OrV2>(
function maybeCallbackify<EventT extends APIGatewayProxyEventV1OrV2>(
asyncHandler: (
event: EventT,
context: LambdaContext,
Expand Down

0 comments on commit 502b948

Please sign in to comment.