Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charleswong28 committed Oct 24, 2018
1 parent d60a288 commit 47e30d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/src/lambdaApollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const fileUploadProcess = async (
}

return event.body;
}
};

export function graphqlLambda(
options: GraphQLOptions | LambdaGraphQLOptionsFunction,
Expand Down

0 comments on commit 47e30d9

Please sign in to comment.