Lint project

This commit is contained in:
Kurt Hutten
2021-06-24 20:36:56 +10:00
parent df5fc0a100
commit 52bf8922c4
4 changed files with 20 additions and 22 deletions

View File

@@ -17,9 +17,7 @@ export const handler = createGraphQLHandler({
schemas,
services: makeServices({ services }),
}),
plugins: [
createSentryApolloPlugin(),
],
plugins: [createSentryApolloPlugin()],
onException: () => {
// Disconnect from your database with an unhandled exception.
db.$disconnect()